summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Since we grew struct xtty, t_dev doesn't have to be schizofrenic anymore.phk2004-06-231-6/+1
* - Remove unused definitions.alc2004-06-232-10/+4
* MFamd64: Document the machdep.hlt_cpus sysctl MIB variable.bms2004-06-231-1/+2
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2004-06-231-10/+11
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2004-06-231-2/+4
* Implement the protection check required by the pmap_extract_and_hold()alc2004-06-231-8/+24
* Avoid calling bpf_filter() with len == 0, which causes a change in semanticsarchie2004-06-231-1/+4
* Add required includes for post-sorwakeup() change to fix FAST_IPSECbms2004-06-231-0/+2
* Remove unlocked read annotation for sbspace(); the read is locked.rwatson2004-06-231-1/+0
* Fix an inconsistency in socket option propagation on accept(). Propagatebms2004-06-221-0/+1
* Enable 'vinum' on AMD64.obrien2004-06-221-5/+1
* Reset the update flag when scanning for new devices.ps2004-06-221-0/+1
* Throw out pfsync and pflog, the modules were removedbrueffer2004-06-221-2/+0
* Correct a misleading comment regarding the IPSEC_FILTERGIF option.bms2004-06-221-3/+2
* Update the copyright to use a 3 clause BSD license rather than one thatjhb2004-06-221-10/+24
* Remove a bogus increment of %di when scanning the list of loader paths.jhb2004-06-221-1/+0
* Improve source-code compatibility with Linux applications using thebms2004-06-221-0/+3
* Remove the TIOCDCDTIMESTAMP option.phk2004-06-226-62/+1
* Fix a few spelling mistakes in comments and clean them up a bit.le2004-06-221-5/+5
* Bump FreeBSD_version for if_clone overhaul.brooks2004-06-221-1/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-2217-310/+794
* Implement the protection check required by the pmap_extract_and_hold()alc2004-06-221-8/+24
* Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.green2004-06-221-3/+5
* No need to free the softc, because it wasn't allocated.le2004-06-221-1/+0
* Use the maximum physical bus when rescanning those targets. Thisps2004-06-221-1/+1
* Fix a paste-o in key_cmpspidx_withmask().bms2004-06-221-2/+2
* Adjust the system endian and a.out headers to be more MI and cross-buildingobrien2004-06-221-18/+20
* Don't sleep in the g_down path. More error checks to come.le2004-06-221-9/+27
* Merged from sys/dev/sio/sio.c revisions 1.439 and 1.440.nyan2004-06-222-102/+230
* MFi386: revision 1.592.nyan2004-06-222-50/+14
* Use the right ordering of args on mtx_init(). No functional changessos2004-06-226-6/+6
* Fix typos and add spaces before `(' in some commentsbrueffer2004-06-221-3/+3
* Catch up with g_dev_open() changes and pass over the current threadle2004-06-221-1/+1
* revert section of code that calls netisr_queue() to match v1.33 of this filedarrenr2004-06-221-15/+1
* #ifdef's for FreeBSD are wrong, causing too many variable declaractions todarrenr2004-06-221-2/+3
* Regenerate after updating syscalls.master.rwatson2004-06-225-6/+6
* Mark unlink() as MPSAFE as we now acquire Giant in the unlink()rwatson2004-06-221-1/+1
* Acquire Giant in link() so that the system call can be markedrwatson2004-06-222-2/+10
* Rebuild following marking link() as MPSAFE.rwatson2004-06-225-6/+6
* Mark link() system call as MPSAFE.rwatson2004-06-221-1/+1
* Acquire Giant in link() so that we can mark it as MSTD inrwatson2004-06-222-2/+10
* Mark linux_emul_convpath() as GIANT_REQUIRED.rwatson2004-06-221-0/+2
* Acquire socket lock around frobbing of socket state in divert sockets.rwatson2004-06-221-0/+2
* Prefer use of the inpcb as a MAC label source for outgoing packets sentrwatson2004-06-221-6/+8
* Remove spl's from uipc_socket to ease in merging.rwatson2004-06-221-40/+8
* one too many #endif's from the update broke the builddarrenr2004-06-221-1/+0
* Fix another typo in the previous commit.scottl2004-06-211-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-2116-2/+73
* on media exchange, update/rescan the drives. This allows a volumeps2004-06-211-0/+4
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:darrenr2004-06-2116-392/+692
OpenPOWER on IntegriCloud