summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Better gender-neutral language.fanf2003-02-041-2/+2
* Increase the allowed length of device names to 63 characters.phk2003-02-041-1/+1
* Implement proper bounds-checking and truncation of device names, this hasphk2003-02-041-4/+10
* Pave the road to removing the fixed size limit on device nodes:phk2003-02-044-2/+8
* Add vsnrprintf() which is just like vsnprintf() but takes a "radix"phk2003-02-042-0/+18
* sleep -> msleepguido2003-02-041-1/+1
* Add missing permission checks to the smbfs VOP_SETATTR vnode op for thetjr2003-02-041-0/+5
* Change a printf to also tell how many items were left in the zone.phk2003-02-041-2/+2
* Don't attempt buildworld if the path to the source-tree contains a comma.phk2003-02-041-0/+8
* Convert an instance of "struct timezone tz" use I missed yesterday.phk2003-02-041-1/+5
* Now that the need for "landgrabs" in this file is no longer present,phk2003-02-041-7/+0
* MFS 1.64.2.22: Re-enable non pre-emptive ARP requests.orion2003-02-041-14/+15
* RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU,yar2003-02-041-1/+1
* Correct examples for stateful inspectionbrueffer2003-02-041-2/+2
* Improve the layout of the description of the various parameter expansionfanf2003-02-031-0/+2
* even the default case in a switch requires some action (add break;)billf2003-02-031-1/+2
* Split the global timezone structure into two integer fields tophk2003-02-0316-40/+40
* New release notes: CanBe power management, volume labels, MAKEDEV gone,bmah2003-02-032-2/+40
* Remove unintended growth of bt848_card_signature.orion2003-02-031-1/+1
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-0334-254/+389
* Add IPv6 support for Linuxlator.ume2003-02-034-90/+379
* Break out the bind and connect syscalls to intend to make callingume2003-02-032-15/+44
* Add config glue to add an optional GEOM_VOL to add optional volume support.gordon2003-02-033-0/+3
* Correct a comment. GEOM modules do not create /dev entries. They creategordon2003-02-031-2/+2
* Add the GEOM module that makes volume labels useful. A kernel compiled withgordon2003-02-031-0/+146
* Fixup capitalization in some of the Startup menu entries.jhb2003-02-032-12/+12
* No need to lock Giant around call to nanosleep1() in nanosleep().tjr2003-02-031-2/+0
* Avoid zero padding when feeding read channels. chn_rdfeed has no wayorion2003-02-031-0/+4
* Avoid holding Giant across copyout() in gettimeofday() and getitimer().tjr2003-02-031-4/+4
* Add CanBe power management controller support.nyan2003-02-0311-2/+813
* Don't enable pam_krb5 by default - most people don't have it since mostdes2003-02-031-2/+2
* Linux-PAM's pam_start(3) fails with a bogus error message if passed thedes2003-02-031-1/+2
* Bump patch date to 2003-02-01 (the day after I fixed PAM authenticationdes2003-02-031-1/+1
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckache2003-02-031-2/+4
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckache2003-02-032-2/+8
* Document additional behaviour of this function (seephantom2003-02-032-4/+24
* Improve pthread_attr_get_np() by enabling it to return thread's real stackphantom2003-02-031-1/+9
* In pam_sm_acct_mgmt(), retrieve the cached credentials before trying todes2003-02-031-3/+6
* Whitespace cleanupdes2003-02-031-3/+3
* Remove unnecessary M_NOWAIT.simokawa2003-02-032-8/+7
* Use vaccess() instead of rolling our own access checks. This fixes a bugtjr2003-02-031-12/+6
* Add missing 'static'.simokawa2003-02-031-2/+2
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-037-41/+52
* Make the variable types, the sysctl macros and the sysctl handler forharti2003-02-032-10/+10
* - Make some context switches conditional on SCHED_STRICT_RESCHED. This mayjeff2003-02-031-62/+146
* Remove another unused Makefile.trhodes2003-02-031-8/+0
* Remove mono encodings from vchan format and mixer description. Fixesorion2003-02-031-2/+0
* - Stop abusing oncpu for our cpu binding. Define a scheduler local elementjeff2003-02-031-11/+14
* Add a man page.obrien2003-02-032-1/+118
* Print ac97 name/id on normal boot.orion2003-02-031-6/+9
OpenPOWER on IntegriCloud