| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | MFi386: revision 1.1136. | nyan | 2004-03-28 | 1 | -4/+4 |
* | | MFi386: revision 1.586. | nyan | 2004-03-28 | 2 | -0/+2 |
* | | Fix a warning: compare u_long ps_strings to 0 instead of NULL. | schweikh | 2004-03-28 | 1 | -1/+1 |
* | | Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer | kan | 2004-03-28 | 2 | -0/+3 |
* | | Fixed s style bug in previous commit (tab lossage). Fixed some nearby | bde | 2004-03-28 | 1 | -5/+6 |
* | | If <x> is a process id that does not exist, then just print the header | gad | 2004-03-28 | 1 | -1/+1 |
* | | Fix `-o rtprio' so it prints the correct value. | gad | 2004-03-28 | 1 | -2/+2 |
* | | Add a cross-reference to pkill(1), now that pkill is hooked up to the build. | gad | 2004-03-27 | 1 | -0/+1 |
* | | The compatibility specification property is named "compatible", not | tmm | 2004-03-27 | 2 | -2/+2 |
* | | If a non-existent user is given as part of `-U userlist', treat it as | gad | 2004-03-27 | 1 | -11/+6 |
* | | Explicitly wrap two long-ish linesi of code, to make them easier to read. | gad | 2004-03-27 | 1 | -2/+4 |
* | | Change the #if-ish logic which is used to add the `-f' option when `ps' | gad | 2004-03-27 | 1 | -9/+9 |
* | | Move the 'f' case so it shows up in the right place, alphabetically. | gad | 2004-03-27 | 1 | -6/+6 |
* | | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 11 | -63/+68 |
* | | Remove unused argument. | pjd | 2004-03-27 | 8 | -10/+8 |
* | | Apparently, some atheros drivers want rand(), so implement it (in terms | wpaul | 2004-03-27 | 1 | -0/+12 |
* | | Remove unused prototype. | pjd | 2004-03-27 | 1 | -1/+0 |
* | | Revise the direct or optimized case to use uiomove_fromphys() by the reader | alc | 2004-03-27 | 3 | -68/+19 |
* | | Update the date on the man page, since this the previous change added | gad | 2004-03-27 | 1 | -1/+1 |
* | | Support more POSIX/SUSv3 options: | gad | 2004-03-27 | 2 | -187/+580 |
* | | Change the type of the various CPU masks to cpumask_t. Note that as | marcel | 2004-03-27 | 4 | -19/+19 |
* | | MFi386: correctly calculate the top-of-stack when a kthread is created | marcel | 2004-03-27 | 1 | -4/+2 |
* | | Add ACPI PnP string. This affects devinfo(8) output with -v option. | takawata | 2004-03-27 | 1 | -0/+46 |
* | | Fix typo in the device id for the new cards. | scottl | 2004-03-27 | 1 | -1/+1 |
* | | o Since we're not using signals for thread synchronization anymore, | mtm | 2004-03-27 | 2 | -34/+17 |
* | | Stop using signals for synchronizing threads. The performance penalty | mtm | 2004-03-27 | 5 | -24/+9 |
* | | Regen for libthr thread synchronization syscalls. | mtm | 2004-03-27 | 9 | -12/+34 |
* | | Use the proc lock to sleep on a libthr umtx. | mtm | 2004-03-27 | 1 | -2/+6 |
* | | Separate thread synchronization from signals in libthr. Instead | mtm | 2004-03-27 | 5 | -0/+68 |
* | | Correct typo in the last revision. | ceri | 2004-03-27 | 1 | -1/+1 |
* | | Backout revision 1.140; it seems that the previous version is clear | ceri | 2004-03-27 | 1 | -2/+1 |
* | | A few small cleanups: | dougb | 2004-03-27 | 1 | -14/+4 |
* | | Recognize the "rune" character class in wctype(). | tjr | 2004-03-27 | 2 | -6/+8 |
* | | - Add a description for vfs.usermount sysctl. | pjd | 2004-03-27 | 1 | -58/+54 |
* | | Bump FreeBSD version for UTF-8 locale addition. This is primarily for | tjr | 2004-03-27 | 1 | -1/+1 |
* | | Add UTF-8 versions of all the currently supported system locales. Most of | tjr | 2004-03-27 | 67 | -3/+6993 |
* | | - Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts. | pjd | 2004-03-27 | 1 | -8/+7 |
* | | bde also tells me that he is confident that P_SYSTEM will not work | gad | 2004-03-27 | 1 | -8/+1 |
* | | Hook `pkill' (and thus `pgrep') to the standard buildworld. | gad | 2004-03-27 | 1 | -0/+1 |
* | | Some style(9)-ish improvements, courtesy of bde. | gad | 2004-03-27 | 1 | -6/+6 |
* | | Don't read an inode which isn't used to avoid problems on UFS2 where not | le | 2004-03-26 | 1 | -0/+8 |
* | | MFp4: FireWire | simokawa | 2004-03-26 | 13 | -243/+449 |
* | | fix for 64-bit arch: | rees | 2004-03-26 | 2 | -5/+2 |
* | | We probably shouldn't allow users to mount file systems with MNT_SUIDDIR. | pjd | 2004-03-26 | 1 | -2/+4 |
* | | Validate IPv6 socket options more carefully to avoid a panic. | ume | 2004-03-26 | 2 | -1/+38 |
* | | Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3) | gad | 2004-03-26 | 1 | -3/+3 |
* | | o The lenght of the port list is limited to 30 entries in ipfw2 not to 15. | maxim | 2004-03-26 | 1 | -1/+1 |
* | | MFNetBSD Version 1.146 | julian | 2004-03-26 | 1 | -5/+11 |
* | | Removed more vestiges of the stl(4) driver. | ru | 2004-03-26 | 2 | -5/+0 |
* | | Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'. | obrien | 2004-03-26 | 3 | -0/+981 |