summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | In the routines I've been working on, sort the variable declartionsgad2004-03-291-9/+9
* | Split two 'fmt' strings so they're easier to read on 80-char windows.gad2004-03-291-2/+4
* | Sort the declarations of global variables.gad2004-03-291-24/+25
* | Sort the routine prototypes.gad2004-03-281-10/+9
* | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.rwatson2004-03-282-5/+3
* | Regen from ibcs2_wait() becoming MPSAFE.rwatson2004-03-283-5/+4
* | ibcs2_wait() now MPSAFE.rwatson2004-03-281-1/+1
* | Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-285-8/+3
* | Commit two fixes from OpenBSD's stable branch:mlaier2004-03-282-6/+41
* | Tell fdisk(8) about our geometry.phk2004-03-281-0/+2
* | Add a simple tool that prints out a register offset table to mapmarcel2004-03-283-0/+222
* | Remove unused argument.pjd2004-03-281-4/+3
* | Remove the garbage collector thread. All resources are freedmtm2004-03-287-244/+44
* | Add PC98 supports.nyan2004-03-284-5/+77
* | - Fix PC98 supports after importing auto selection. [1]nyan2004-03-282-130/+108
* | MFi386: revision 1.1136.nyan2004-03-281-4/+4
* | MFi386: revision 1.586.nyan2004-03-282-0/+2
* | Fix a warning: compare u_long ps_strings to 0 instead of NULL.schweikh2004-03-281-1/+1
* | Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timerkan2004-03-282-0/+3
* | Fixed s style bug in previous commit (tab lossage). Fixed some nearbybde2004-03-281-5/+6
* | If <x> is a process id that does not exist, then just print the headergad2004-03-281-1/+1
* | Fix `-o rtprio' so it prints the correct value.gad2004-03-281-2/+2
* | Add a cross-reference to pkill(1), now that pkill is hooked up to the build.gad2004-03-271-0/+1
* | The compatibility specification property is named "compatible", nottmm2004-03-272-2/+2
* | If a non-existent user is given as part of `-U userlist', treat it asgad2004-03-271-11/+6
* | Explicitly wrap two long-ish linesi of code, to make them easier to read.gad2004-03-271-2/+4
* | Change the #if-ish logic which is used to add the `-f' option when `ps'gad2004-03-271-9/+9
* | Move the 'f' case so it shows up in the right place, alphabetically.gad2004-03-271-6/+6
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-2711-63/+68
* | Remove unused argument.pjd2004-03-278-10/+8
* | Apparently, some atheros drivers want rand(), so implement it (in termswpaul2004-03-271-0/+12
* | Remove unused prototype.pjd2004-03-271-1/+0
* | Revise the direct or optimized case to use uiomove_fromphys() by the readeralc2004-03-273-68/+19
* | Update the date on the man page, since this the previous change addedgad2004-03-271-1/+1
* | Support more POSIX/SUSv3 options:gad2004-03-272-187/+580
* | Change the type of the various CPU masks to cpumask_t. Note that asmarcel2004-03-274-19/+19
* | MFi386: correctly calculate the top-of-stack when a kthread is createdmarcel2004-03-271-4/+2
* | Add ACPI PnP string. This affects devinfo(8) output with -v option.takawata2004-03-271-0/+46
* | Fix typo in the device id for the new cards.scottl2004-03-271-1/+1
* | o Since we're not using signals for thread synchronization anymore,mtm2004-03-272-34/+17
* | Stop using signals for synchronizing threads. The performance penaltymtm2004-03-275-24/+9
* | Regen for libthr thread synchronization syscalls.mtm2004-03-279-12/+34
* | Use the proc lock to sleep on a libthr umtx.mtm2004-03-271-2/+6
* | Separate thread synchronization from signals in libthr. Insteadmtm2004-03-275-0/+68
* | Correct typo in the last revision.ceri2004-03-271-1/+1
* | Backout revision 1.140; it seems that the previous version is clearceri2004-03-271-2/+1
* | A few small cleanups:dougb2004-03-271-14/+4
* | Recognize the "rune" character class in wctype().tjr2004-03-272-6/+8
* | - Add a description for vfs.usermount sysctl.pjd2004-03-271-58/+54
* | Bump FreeBSD version for UTF-8 locale addition. This is primarily fortjr2004-03-271-1/+1
OpenPOWER on IntegriCloud