summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix some minor whitespace nits.jhb2001-09-271-4/+4
* Update list of urio devices supported.bmah2001-09-272-2/+2
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportobrien2001-09-272-9/+122
* Restore this file to style(9). Mostly consists of whitespace fixes in thejhb2001-09-271-127/+126
* Fix a whitespace style nit.jhb2001-09-271-1/+1
* Disable the check in icu_setup() to see if a handler was already used asjhb2001-09-274-0/+8
* Modify a "You don't exist" message, pretty rude for transient YP failures.green2001-09-271-1/+1
* MFCs noted: ancontrol(8) -M, nl(1).bmah2001-09-272-4/+6
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.wpaul2001-09-271-1/+1
* Basically rewrite the sortq() routine which is used by 'lpc clean' andgad2001-09-271-20/+126
* We need to build ``.depend'' early in the "build-tools" for the GCCobrien2001-09-271-0/+2
* Gate low level console output on mtx_lock_spin(&sio_lock), if thejlemon2001-09-272-0/+8
* Add entries for vmware interfaces.luigi2001-09-271-0/+3
* Enable the use of wildcards in the #ethertable section ofluigi2001-09-271-4/+7
* Add note about buildworld being fixed.imp2001-09-271-0/+5
* Fix typo in a comment.luigi2001-09-271-1/+1
* Remove unused (and duplicate) struct ip_opts which is never used,luigi2001-09-271-12/+0
* Update a comment to reflect the param.c -> subr_param.c move.murray2001-09-272-2/+2
* Quick hack to print out the non-standard pppoe used by 3comjulian2001-09-272-0/+8
* Be consistent with the way we talk about sysctl values.murray2001-09-271-4/+4
* This driver can talk to the Rio600 as well, make it happen.alfred2001-09-271-1/+2
* NULL commit due to misunderstanding "cvs commit -m <blah>". Thebrooks2001-09-270-0/+0
* Return EINVAL if the passed intr is out of bounds.jlemon2001-09-274-0/+4
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-277-80/+81
* Tip Correction : s/seconds/minutes/murray2001-09-271-1/+1
* The initial commit contained an error in the license, this is thebrooks2001-09-274-9/+21
* Oops, forgot to rm this last time.peter2001-09-261-564/+0
* /home/brooks/ng_gif.messagebrooks2001-09-2614-1/+1418
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.brooks2001-09-262-9/+12
* The number of ccd(4) devices is no longer set at compile time so stopbrooks2001-09-264-6/+6
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.brooks2001-09-261-2/+2
* Include sys/proc.h for the definition of securelevel_ge().brooks2001-09-261-0/+1
* Unconditionally use basename.c source vs. only doing this if the libc weobrien2001-09-261-2/+1
* o Re-enable support of system file flags in jail() by adding back therwatson2001-09-261-1/+1
* o When performing a securelevel check as part of securelevel_ge() orrwatson2001-09-261-8/+15
* o Modify kern.securelevel MIB entry to return a local securelevel, ifrwatson2001-09-261-6/+27
* o Initialize per-jail securelevel from global securelevel as part ofrwatson2001-09-261-0/+1
* o Introduce pr_securelevel, which holds a per-jail securelevel.rwatson2001-09-261-0/+1
* o Modify ufs_setattr() so that it uses securelevel_gt() instead ofrwatson2001-09-261-4/+6
* o Modify access control checks in mmap() to use securelevel_gt() insteadrwatson2001-09-261-1/+1
* o securelevel_gt() patches came from pre-KSE alpha -- this revisionrwatson2001-09-262-4/+9
* o Modify pc98 syscons code to use securelevel_gt() instead ofrwatson2001-09-261-2/+3
* o Modify the access control checks for the ia64 /dev/mem (and friends)rwatson2001-09-261-2/+6
* Add ERRORS section.asmodai2001-09-261-1/+18
* o Modify access control checks in linux_iopl() to use securelevel_gt()rwatson2001-09-261-2/+2
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadrwatson2001-09-261-2/+3
* o Modify spigot_open() to use securelevel_gt() instead of directrwatson2001-09-261-4/+6
* o Modify generic specfs device open access control checks to userwatson2001-09-261-4/+8
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,rwatson2001-09-261-2/+3
* o Modify open() and close() for /dev/random to use securelevel_gt() insteadrwatson2001-09-261-6/+16
OpenPOWER on IntegriCloud