aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use rsync instead of tar and ssh to upload snapshots.Bruce A. Mah2001-09-280-0/+0
* New release notes: bge(4), ng_gif(4), ng_gif_demux(4), ng_ip_input(4),Bruce A. Mah2001-09-285-1/+76
* Mention that gif interfaces are created at runtime and refer theBrooks Davis2001-09-282-0/+14
* 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-2711-0/+5057
* Two main changes here:Luigi Rizzo2001-09-279-290/+437
* 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
* Borrow Peter's peril-sensitive sunglasses and add a short parody quoted inJohn Baldwin2001-09-271-0/+2
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-278-0/+330
* Fix a manlint nit with the aac.4 manpage.Scott Long2001-09-271-1/+1
* Add an apparently working entry for the BayStack 660, 2mbps directBrooks Davis2001-09-271-0/+6
* - Fix some minor whitespace nits.John Baldwin2001-09-271-4/+4
* Update list of urio devices supported.Bruce A. Mah2001-09-272-2/+2
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportDavid E. O'Brien2001-09-272-9/+122
* 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
* Modify a "You don't exist" message, pretty rude for transient YP failures.Brian Feldman2001-09-271-1/+1
* MFCs noted: ancontrol(8) -M, nl(1).Bruce A. Mah2001-09-272-4/+6
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.Bill Paul2001-09-271-1/+1
* Basically rewrite the sortq() routine which is used by 'lpc clean' andGarance A Drosehn2001-09-271-20/+126
* We need to build ``.depend'' early in the "build-tools" for the GCCDavid E. O'Brien2001-09-271-0/+2
* Gate low level console output on mtx_lock_spin(&sio_lock), if theJonathan Lemon2001-09-272-0/+8
* Add entries for vmware interfaces.Luigi Rizzo2001-09-271-0/+3
* Enable the use of wildcards in the #ethertable section ofLuigi Rizzo2001-09-271-4/+7
* Add note about buildworld being fixed.Warner Losh2001-09-271-0/+5
* 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
* Quick hack to print out the non-standard pppoe used by 3comJulian Elischer2001-09-272-0/+8
* Be consistent with the way we talk about sysctl values.Murray Stokely2001-09-271-4/+4
* This driver can talk to the Rio600 as well, make it happen.Alfred Perlstein2001-09-271-1/+2
* NULL commit due to misunderstanding "cvs commit -m <blah>". TheBrooks Davis2001-09-270-0/+0
* 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
* Tip Correction : s/seconds/minutes/Murray Stokely2001-09-271-1/+1
* 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-2614-1/+1418
* 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-264-6/+6
* 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
* Unconditionally use basename.c source vs. only doing this if the libc weDavid E. O'Brien2001-09-261-2/+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