aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a couple of API functions I need for my pseudofs WIP. DocumentationDag-Erling Smørgrav2001-09-292-1/+54
* Set the 'no pseudo header checksum' option for RX checksums, otherwiseBill Paul2001-09-281-3/+3
* The previous commit introduced some references to "curproc" which should haveDag-Erling Smørgrav2001-09-281-2/+2
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-2810-207/+175
* Oops. I forgot to cvs rm this before. There is a common nfsproto.h.Peter Wemm2001-09-281-439/+0
* Remove linux_getpgid(). We map the syscall natively now.Marcel Moolenaar2001-09-281-21/+0
* o Remove the linux_setpgid() stub.Marcel Moolenaar2001-09-284-30/+8
* Stop using linux_getpgid(). The implementation at this time isMarcel Moolenaar2001-09-281-2/+2
* Regen: Stop using linux_getpgid(). Use the native getpgid()Marcel Moolenaar2001-09-283-9/+5
* Stop using linux_getpgid(). The implementation at this time isMarcel Moolenaar2001-09-281-1/+1
* Make the NODEF type usable. A syscall of type NODEF will onlyMarcel Moolenaar2001-09-281-1/+2
* Swap the src and dst arguments of the bcopy added in theMarcel Moolenaar2001-09-281-1/+1
* namei.h: move "struct componentname" definition outside "struct nameidata",Luigi Rizzo2001-09-283-19/+30
* Remove a couple unintentional mentions of Ethernet that crept in fromBrooks Davis2001-09-281-2/+2
* Add device driver support for the Broadcom BCM570x family of gigabitBill Paul2001-09-277-0/+4850
* Two main changes here:Luigi Rizzo2001-09-277-254/+335
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-279-166/+157
* Add the new ng_gif, ng_gif_demux, and ng_ip_input nodes to NOTES so theyBrooks Davis2001-09-272-0/+6
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-276-0/+227
* - Fix some minor whitespace nits.John Baldwin2001-09-271-4/+4
* Restore this file to style(9). Mostly consists of whitespace fixes in theJohn Baldwin2001-09-271-127/+126
* Fix a whitespace style nit.John Baldwin2001-09-271-1/+1
* Disable the check in icu_setup() to see if a handler was already used asJohn Baldwin2001-09-274-0/+8
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.Bill Paul2001-09-271-1/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if theJonathan Lemon2001-09-272-0/+8
* Fix typo in a comment.Luigi Rizzo2001-09-271-1/+1
* Remove unused (and duplicate) struct ip_opts which is never used,Luigi Rizzo2001-09-271-12/+0
* Update a comment to reflect the param.c -> subr_param.c move.Murray Stokely2001-09-272-2/+2
* This driver can talk to the Rio600 as well, make it happen.Alfred Perlstein2001-09-271-1/+2
* Return EINVAL if the passed intr is out of bounds.Jonathan Lemon2001-09-274-0/+4
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-277-80/+81
* The initial commit contained an error in the license, this is theBrooks Davis2001-09-274-9/+21
* Oops, forgot to rm this last time.Peter Wemm2001-09-261-564/+0
* /home/brooks/ng_gif.messageBrooks Davis2001-09-2611-1/+1174
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.Brooks Davis2001-09-262-9/+12
* The number of ccd(4) devices is no longer set at compile time so stopBrooks Davis2001-09-263-3/+3
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.Brooks Davis2001-09-261-2/+2
* Include sys/proc.h for the definition of securelevel_ge().Brooks Davis2001-09-261-0/+1
* o Re-enable support of system file flags in jail() by adding back theRobert Watson2001-09-261-1/+1
* o When performing a securelevel check as part of securelevel_ge() orRobert Watson2001-09-261-8/+15
* o Modify kern.securelevel MIB entry to return a local securelevel, ifRobert Watson2001-09-261-6/+27
* o Initialize per-jail securelevel from global securelevel as part ofRobert Watson2001-09-261-0/+1
* o Introduce pr_securelevel, which holds a per-jail securelevel.Robert Watson2001-09-261-0/+1
* o Modify ufs_setattr() so that it uses securelevel_gt() instead ofRobert Watson2001-09-261-4/+6
* o Modify access control checks in mmap() to use securelevel_gt() insteadRobert Watson2001-09-261-1/+1
* o securelevel_gt() patches came from pre-KSE alpha -- this revisionRobert Watson2001-09-262-4/+9
* o Modify pc98 syscons code to use securelevel_gt() instead ofRobert Watson2001-09-261-2/+3
* o Modify the access control checks for the ia64 /dev/mem (and friends)Robert Watson2001-09-261-2/+6
* o Modify access control checks in linux_iopl() to use securelevel_gt()Robert Watson2001-09-261-2/+2
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadRobert Watson2001-09-261-2/+3