summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Attach the correct handle, not the one that was just deleted. Also,njl2004-06-241-3/+2
* Clean up use of ng_hdhasb_mtx a little:rwatson2004-06-241-0/+5
* Acquire socket lock in the "waiting for connection" loop inrwatson2004-06-241-1/+4
* Introduce sbreserve_locked(), which asserts the socket buffer lock onrwatson2004-06-245-18/+66
* Slide socket buffer lock earlier in sopoll() to cover the call intorwatson2004-06-241-2/+2
* Run the power off code directly instead of using indirection throughnjl2004-06-241-28/+11
* Remove spls from portal_open(). Acquire socket lock while sleepingrwatson2004-06-241-7/+8
* Use uintmax_t for CPU statistics and add a cast to prevent truncation ofnjl2004-06-241-2/+2
* s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflictsmarcel2004-06-241-3/+3
* Add a function to clean up RAID5 packets and use it when I/O hasle2004-06-233-12/+24
* Change "struct varent" to use the standard queue(8) macros, instead ofgad2004-06-235-32/+25
* s/udi_peed/udi_speed/markus2004-06-231-1/+1
* Remove two debugging printfs that are currently rather disturbingle2004-06-231-2/+0
* Fix a test of bit-flag "P_SA" by adding parenthesis around the expression.gad2004-06-231-1/+1
* 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
* Replace a call to strncpy() with a call to strlcpy()gad2004-06-231-4/+2
* Add a check for defunct processes in saveuser(), so the output for "args"gad2004-06-231-10/+18
* 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-233-3/+3
* - 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
* Avoid padding the value of "ucomm" when it is the last column in the line.gad2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)gad2004-06-233-3/+15
* Include the `-c' option in the usage() message.gad2004-06-231-1/+1
* In the sorting routine, sort by thread-id if two processes have the same PID.gad2004-06-231-0/+2
* 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
* It's /usr/sbin/nologin not /sbin/nologinmlaier2004-06-231-1/+1
* Fix some style bugs I introduced pointed out by bde. Also add a blankdwmalone2004-06-231-15/+23
* 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
* Update copyright years.den2004-06-231-0/+1
* MFamd64: Document the machdep.hlt_cpus sysctl MIB variable.bms2004-06-231-1/+2
* Now that <runetype.h> no longer brings in namespace pollution,tjr2004-06-232-22/+0
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-2311-153/+158
* 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
OpenPOWER on IntegriCloud