summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give du(1) a -m option to report in megabytes.phk2004-06-022-10/+9
* use source address as a hint to determine destination addressume2004-06-021-50/+361
* Give daemon(8) the ability to create a pid-file. Since the target programphk2004-06-022-6/+46
* - Run sched_balance() and sched_balance_groups() from hardclock viajeff2004-06-021-38/+21
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()das2004-06-021-8/+24
* Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()das2004-06-021-10/+24
* Integrate accept locking from rwatson_netperf, introducing a newrwatson2004-06-027-126/+197
* Distinguish cases when ncp module not loaded and when module have oldbp2004-06-021-1/+4
* Improved versions of the is*ch() and tolowerch() macros that I like to use.gad2004-06-021-7/+7
* When rotating some "blah.log" file, make sure that a chmod andgad2004-06-021-13/+14
* Rather than assert f_type==DTYPE_VNODE, conditionally perform therwatson2004-06-011-2/+1
* Explicitly #include <sys/module.h> in these files too (they usewpaul2004-06-012-0/+2
* Try to change the isdigitch() macro to something that Bruce won't rollgad2004-06-011-3/+3
* Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>wpaul2004-06-011-0/+1
* A major overhaul of the nmdm(4) driver:phk2004-06-011-375/+81
* A few more style-fixes from Bruce. The only non-cosmetic changegad2004-06-011-16/+9
* Sentences should not start with conjunctions. Change "Because"csjp2004-06-011-2/+2
* Major overhaul of sunlabel(8).joerg2004-06-012-72/+757
* - Add a function ioapic_program_intpin() that completely programs an I/Ojhb2004-06-011-69/+91
* Add SVR4-compatible VTOC-style elements to the Sun label. Thejoerg2004-06-012-1/+81
* Allow the pir0 device add to fail since pir0 may already exist. This shouldjhb2004-06-011-2/+2
* Fix legacy_add_child() to properly handle the case wherejhb2004-06-011-7/+9
* Use the local APIC ID rather than the ACPI Processor ID to index the arrayjhb2004-06-011-28/+30
* Merged from double precision case (e_pow.c 1.10: sign fixes).bde2004-06-011-13/+14
* Replace current locking comments for struct socket/struct sockbufrwatson2004-06-011-15/+12
* Add Aerospace Corporation copyrights to EUI64 support files.brooks2004-06-012-0/+52
* Fixed the sign of the result in some overflow and underflow cases (onesbde2004-06-011-17/+18
* Fixed another precision bug in powf(). This one is in the computationbde2004-06-011-1/+1
* Remove unused variable.phk2004-06-011-1/+0
* Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,gad2004-06-011-26/+1
* Make a few style-istic improvements to the previous commits.gad2004-06-011-16/+15
* Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */.bde2004-06-011-1/+2
* Add GIANT_REQUIRED to kqueue_close(), since kqueue currently requiresrwatson2004-06-011-0/+2
* Push the VOP_ADVLOCK() call to release advisory locks on vnode filerwatson2004-06-012-12/+19
* Fix a couple of bugs in the mbuf and packet ctors. In the latter case,bmilekic2004-06-011-5/+3
* Commit the correct version of the patch from last night. This fixes anscottl2004-06-011-7/+7
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-018-151/+3
* Introduce a ttyioctl() cdevsw default function.phk2004-06-014-0/+18
* Removed a leftover from the previous change.ru2004-06-011-4/+0
* When waiting for drive to become ready, reinit the request params as theysos2004-06-011-7/+8
* Use the right cmd+errorcode if we are in autosense/not.sos2004-06-011-2/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-0111-13/+0
* shift the four cdevsw functions for ttys to sys/conf.h and prototypephk2004-06-013-4/+12
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-016-14/+0
* Only set and report error if not set already.sos2004-06-011-1/+1
* Dont retry on devices that left the system.sos2004-06-011-2/+3
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-016-7/+0
* Consistently credit President Truman as Harry S. Truman.des2004-06-012-9/+9
* Add Alice Liddell, Christopher Robin Milne and Winnie-the-Pooh, whotanimura2004-06-011-0/+5
* Fixed manpage's synopsis, and synchronized it with the program's usage().ru2004-06-012-6/+6
OpenPOWER on IntegriCloud