summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement mpo_check_kld_load() and mpo_check_kld_unload() for the Bibarwatson2003-02-041-0/+39
* Place more stringent checks on process credential relabeling for the Bibarwatson2003-02-042-12/+21
* Rename the variable 'grade' to 'type' in interface parsing andrwatson2003-02-042-12/+12
* Correct grammatical error in previous commit.des2003-02-041-1/+1
* Extra precautions before trying to start init(8).des2003-02-041-0/+2
* - Implement write part.simokawa2003-02-042-30/+122
* - Improve recovery after timeout.simokawa2003-02-041-53/+79
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-046-60/+88
* Oops, fix copyright again.nyan2003-02-045-0/+9
* Fix copyright notification.takawata2003-02-044-4/+4
* Fix `umass0: BBB bulk-in clear stall failed, IOERROR' problem withsanpei2003-02-041-0/+27
* Remove duplicated entrysanpei2003-02-041-9/+4
* Drop NSHUFF values right after srandom() to remove part of seed -> 1stache2003-02-041-0/+6
* 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
* 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
* Convert an instance of "struct timezone tz" use I missed yesterday.phk2003-02-041-1/+5
* MFS 1.64.2.22: Re-enable non pre-emptive ARP requests.orion2003-02-041-14/+15
* Split the global timezone structure into two integer fields tophk2003-02-0316-40/+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
* 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
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckache2003-02-031-2/+4
* 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 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
* Print ac97 name/id on normal boot.orion2003-02-031-6/+9
* Don't use the 'c' partition for mounting root. A disklabel is verymarcel2003-02-031-2/+1
* - Make allpmaps static.alc2003-02-032-6/+8
* Some small enhancmentsambrisko2003-02-022-64/+70
* Add the TCP flags to the log message whenever log_in_vain is 1, notcjc2003-02-022-16/+6
* Set si_drv1 to our softc for all the six dev_t's we create for a serial port.phk2003-02-021-0/+2
* Tweak the definition of the EV_SET macro so that it evaluates eachnectar2003-02-021-1/+2
* A minor stylistic change to make it more clear to lint-like tools.phk2003-02-021-2/+2
OpenPOWER on IntegriCloud