aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a comment about time stamper.Yoshihiro Takahashi2004-03-293-3/+3
* This commit was generated by cvs2svn to compensate for changes in r127563,Dag-Erling Smørgrav2004-03-291-5/+5
|\
| * Synch with NetBSD: avoid "unused parameter" warning.Dag-Erling Smørgrav2004-03-291-5/+5
* | Conditionally acquire Giant when entering the sockets layer via theRobert Watson2004-03-291-31/+31
* | MFi386: Use the BSD madvise() syscall implementation for Linux binaryBruce M Simpson2004-03-295-8/+3
* | Add missing cprd_flags member to partial resource structure inBill Paul2004-03-295-1/+17
* | MFi386: correctly calculate the top-of-stack when a kthread is createdKen Smith2004-03-291-4/+2
* | Conditionally acquire Giant when entering the socket layer via fileRobert Watson2004-03-291-6/+6
* | When validating that the length sum in recvit(), we fail to releaseRobert Watson2004-03-291-0/+1
* | MFi386: correctly calculate the top-of-stack when a kthread is createdKen Smith2004-03-291-4/+3
* | Remove "-frename-registers" option for sparc64 kernel builds. ThatKen Smith2004-03-291-1/+3
* | Modify BPF descriptor assertions to assert Giant when a BPF descriptorRobert Watson2004-03-291-1/+4
* | Conditionally assert Giant in fputsock() based on the value ofRobert Watson2004-03-291-0/+1
* | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.Robert Watson2004-03-282-5/+3
* | Regen from ibcs2_wait() becoming MPSAFE.Robert Watson2004-03-283-5/+4
* | ibcs2_wait() now MPSAFE.Robert Watson2004-03-281-1/+1
* | Use the BSD madvise() syscall implementation for Linux binary emulation,Bruce M Simpson2004-03-285-8/+3
* | Commit two fixes from OpenBSD's stable branch:Max Laier2004-03-282-6/+41
* | Remove unused argument.Pawel Jakub Dawidek2004-03-281-4/+3
* | - Fix PC98 supports after importing auto selection. [1]Yoshihiro Takahashi2004-03-282-130/+108
* | MFi386: revision 1.1136.Yoshihiro Takahashi2004-03-281-4/+4
* | MFi386: revision 1.586.Yoshihiro Takahashi2004-03-282-0/+2
* | Reset callout if in nfs_timeout and rpcclnt_timeout functions. TimerAlexander Kabaev2004-03-282-0/+3
* | Fixed s style bug in previous commit (tab lossage). Fixed some nearbyBruce Evans2004-03-281-5/+6
* | The compatibility specification property is named "compatible", notThomas Moestl2004-03-272-2/+2
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-2711-63/+68
* | Remove unused argument.Pawel Jakub Dawidek2004-03-278-10/+8
* | Apparently, some atheros drivers want rand(), so implement it (in termsBill Paul2004-03-271-0/+12
* | Remove unused prototype.Pawel Jakub Dawidek2004-03-271-1/+0
* | Revise the direct or optimized case to use uiomove_fromphys() by the readerAlan Cox2004-03-273-68/+19
* | Change the type of the various CPU masks to cpumask_t. Note that asMarcel Moolenaar2004-03-274-19/+19
* | MFi386: correctly calculate the top-of-stack when a kthread is createdMarcel Moolenaar2004-03-271-4/+2
* | Add ACPI PnP string. This affects devinfo(8) output with -v option.Takanori Watanabe2004-03-271-0/+46
* | Fix typo in the device id for the new cards.Scott Long2004-03-271-1/+1
* | Regen for libthr thread synchronization syscalls.Mike Makonnen2004-03-279-12/+34
* | Use the proc lock to sleep on a libthr umtx.Mike Makonnen2004-03-271-2/+6
* | Separate thread synchronization from signals in libthr. InsteadMike Makonnen2004-03-275-0/+68
* | - Add a description for vfs.usermount sysctl.Pawel Jakub Dawidek2004-03-271-58/+54
* | Bump FreeBSD version for UTF-8 locale addition. This is primarily forTim J. Robbins2004-03-271-1/+1
* | - Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts.Pawel Jakub Dawidek2004-03-271-8/+7
* | MFp4: FireWireHidetoshi Shimokawa2004-03-2613-243/+449
* | fix for 64-bit arch:Jim Rees2004-03-261-1/+1
* | We probably shouldn't allow users to mount file systems with MNT_SUIDDIR.Pawel Jakub Dawidek2004-03-261-2/+4
* | Validate IPv6 socket options more carefully to avoid a panic.Hajimu UMEMOTO2004-03-262-1/+38
* | MFNetBSD Version 1.146Julian Elischer2004-03-261-5/+11
* | Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.David E. O'Brien2004-03-263-0/+981
* | Add support for a new variant of the prism3 that has appaered in theWarner Losh2004-03-251-0/+1
* | Sync to pccarddevs 1.82Warner Losh2004-03-251-2/+5
* | Add a new Intersil card that DLINK is selling as the DWL-650.Warner Losh2004-03-251-1/+2
* | only do nfs rpc callouts if there is work to do.Jim Rees2004-03-254-11/+14