summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-2767-3/+6993
* - Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts.pjd2004-03-271-8/+7
* bde also tells me that he is confident that P_SYSTEM will not workgad2004-03-271-8/+1
* Hook `pkill' (and thus `pgrep') to the standard buildworld.gad2004-03-271-0/+1
* Some style(9)-ish improvements, courtesy of bde.gad2004-03-271-6/+6
* Don't read an inode which isn't used to avoid problems on UFS2 where notle2004-03-261-0/+8
* MFp4: FireWiresimokawa2004-03-2613-243/+449
* fix for 64-bit arch:rees2004-03-262-5/+2
* We probably shouldn't allow users to mount file systems with MNT_SUIDDIR.pjd2004-03-261-2/+4
* Validate IPv6 socket options more carefully to avoid a panic.ume2004-03-262-1/+38
* Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3)gad2004-03-261-3/+3
* o The lenght of the port list is limited to 30 entries in ipfw2 not to 15.maxim2004-03-261-1/+1
* MFNetBSD Version 1.146julian2004-03-261-5/+11
* Removed more vestiges of the stl(4) driver.ru2004-03-262-5/+0
* Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.obrien2004-03-263-0/+981
* Remove the NEED_KMEM support meant for FreeBSD 3.x. This base-systemgad2004-03-261-9/+1
* Switch to checking P_KTHREAD instead of P_SYSTEM when deciding whatgad2004-03-261-3/+10
* Fixed some style bugs in the residue of rev.1.14 (mainly initialization inbde2004-03-261-26/+23
* o The mutex locking functions aren't normally cancellation points. But,mtm2004-03-261-3/+12
* o Initialize a local variable before referencing it. This was notmtm2004-03-261-1/+4
* Properly document the -M and -N options.ru2004-03-262-9/+19
* Correct the description of the -N option.ru2004-03-261-2/+2
* -N without -M is pointless.ru2004-03-262-12/+10
* Not too much point specifying -N but not specifying -M.ru2004-03-262-14/+12
* Update information of how pstat(8) accesses the running system.ru2004-03-261-12/+15
* Avoid the manpage layering violation and low-level implementationru2004-03-262-6/+4
* Correct the description of options -N and -M to match reality.ru2004-03-261-4/+4
* Fixed some style bugs in or related to rev.1.13 (mainly misindentation ofbde2004-03-261-109/+128
* - Remove references to /dev/kmem -- ps(1) utilizes theru2004-03-261-11/+5
* Document that kvm_open(3) also accepts "/dev/null" as a specialru2004-03-261-4/+15
OpenPOWER on IntegriCloud