Searched hist:1.703 (Results 1 - 21 of 21) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.703 Wed Nov 04 05:05:45 GMT 2015 buhrow ADded Apple iDevices:
iPhone 4, 4_VZW, 4s, and 5.
iPad 2, 3 and Mini

This is in preparation for forcing all of these devices to attach as ugen(4)
devices rather than as uhid/uaudio devices.
H A Dusbdevs.h1.703 Mon Feb 01 14:55:09 GMT 2016 nonaka regen

H A Dusbdevs_data.h1.703 Sun Jan 24 15:03:39 GMT 2016 christos regen
/src/share/man/man4/
H A DMakefile1.703 Sat Apr 04 15:39:13 GMT 2020 jdolecek remove SMBFS and nsmb/netsmb - userland part

/src/sys/dev/pci/
H A Dpcidevs.h1.703 Sat Mar 19 10:28:12 GMT 2005 tron Regen.
H A Dpcidevs_data.h1.703 Thu Mar 24 13:17:24 GMT 2005 tron Regen.
H A Dpcidevs1.703 Sat Mar 19 11:54:31 GMT 2005 tron Add PCI id for Intel PRO/1000 GT.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.703 Tue Jun 07 14:53:03 GMT 2011 bouyer Don't call psignal() without holding proc_lock. This is the cause of
the reboot of PR port-xen/45028
Now that Xen2 is gone, handle FPU context switches the same way as
amd64. This makes all tests in /usr/tests/lib/libc/ieeefp pass.
/src/distrib/sets/lists/base/
H A Dshl.mi1.703 Wed May 28 11:32:50 GMT 2014 tron Update for OpenLDAP 2.4.39.
H A Dmi1.703 Thu Apr 26 21:22:04 GMT 2007 agc Add fusermount and its manual pages into the sets lists.
/src/doc/
H A D3RDPARTY1.703 Fri Jun 19 04:46:14 GMT 2009 mrg note mesa-drm has been upgraded to git revision
85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
H A DCHANGES1.703 Tue Sep 19 14:36:25 GMT 2006 hubertf Mention who(1) -u and -d
/src/usr.bin/make/
H A Dparse.c1.703 Wed Jun 21 14:33:36 GMT 2023 rillig make: skip a file protected by a multiple-inclusion guard more often

In practice, the common situation is that a file is first included,
defines its multiple-inclusion guard and is then skipped instead of
being included again.

The other way round is that the multiple-inclusion guard is defined when
the file is included first. In that case, the file is now regarded as
guarded as well.
H A Dvar.c1.703 Sat Dec 05 14:28:09 GMT 2020 rillig make(1): indent large parts of var.c with tabs instead of spaces

The few remaining functions need to be cleaned up before being indented
further, to reduce the overall indentation.
/src/sys/sys/
H A Dparam.h1.703 Thu Sep 30 04:36:25 GMT 2021 yamaguchi Bump the version for struct ifnet and ethercom changes

Welcome to 9.99.90

/src/sys/arch/i386/conf/
H A DGENERIC1.703 Tue Sep 27 02:57:02 GMT 2005 jmcneill Add (commented out) definition of isa at gscpcib
/src/distrib/sets/lists/man/
H A Dmi1.703 Tue Jun 22 22:19:36 GMT 2004 itojun add ftp-proxy from PF OpenBSD 3.5. adjust setlists
/src/distrib/sets/lists/tests/
H A Dmi1.703 Sat Nov 26 03:19:48 GMT 2016 ozaki-r Add basic tests for vlan(4)
/src/share/mk/
H A Dbsd.own.mk1.703 Wed Aug 08 13:56:13 GMT 2012 christos add MKRUMP by popular demand.
/src/sys/conf/
H A Dfiles1.703 Tue Dec 21 16:36:53 GMT 2004 fvdl defparam USB_MEM_RESERVE
/src/distrib/sets/lists/comp/
H A Dmi1.703 Tue May 25 14:54:55 GMT 2004 hannken Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.

- Not enabled by default. Needs kernel option FFS_SNAPSHOT.
- Change parameters of ffs_blkfree.
- Let the copy-on-write functions return an error so spec_strategy
may fail if the copy-on-write fails.
- Change genfs_*lock*() to use vp->v_vnlock instead of &vp->v_lock.
- Add flag B_METAONLY to VOP_BALLOC to return indirect block buffer.
- Add a function ffs_checkfreefile needed for snapshot creation.
- Add special handling of snapshot files:
Snapshots may not be opened for writing and the attributes are read-only.
Use the mtime as the time this snapshot was taken.
Deny mtime updates for snapshot files.
- Add function transferlockers to transfer any waiting processes from
one lock to another.
- Add vfsop VFS_SNAPSHOT to take a snapshot and make it accessible through
a vnode.
- Add snapshot support to ls, fsck_ffs and dump.

Welcome to 2.0F.

Approved by: Jason R. Thorpe <thorpej@netbsd.org>

Completed in 1588 milliseconds