summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make uma_mtx MTX_RECURSE. Here's why:bmilekic2004-06-231-1/+11
* Make the udf_vnops side endian clean.scottl2004-06-231-35/+41
* Move the sack sysctl's under net.inet.tcp.sackps2004-06-232-8/+8
* Accept "sd len 0" and auto-size the subdisk correctly.le2004-06-231-4/+2
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-2313-37/+975
* First half of making UDF be endian-clean. This addresses the vfsops side.scottl2004-06-233-23/+28
* Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.rik2004-06-233-109/+371
* Finally implement bus_config_intr() support for I/O APIC interrupt sources.jhb2004-06-231-20/+27
* Fetch the actual acpi0 device_t and use device_is_attached() to see ifjhb2004-06-232-4/+6
* el(4) stopped needing to me a count device in December 2000.brooks2004-06-232-2/+2
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-234-34/+143
* Various cleanups in support of a future ioapic_config_intr() function:jhb2004-06-233-32/+117
* In swap_pager_getpages(), bp->b_dev can be NULL, particularly for thebms2004-06-231-6/+4
* Now that we associate a device_t with ACPI device handles, lookup thejhb2004-06-231-7/+41
* Clean CLEANFILES.rik2004-06-232-2/+2
* Improve the kludge assignment of sub-bus numbers a little by fixing animp2004-06-231-1/+1
* Make code more clean: backout support for 3.x branch.rik2004-06-233-1349/+93
* MFNetBSD 1.60, author: augustssle2004-06-231-55/+182
* save a few redundant lines by moving the retry loop further backwards.phk2004-06-231-7/+1
* 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
OpenPOWER on IntegriCloud