summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-27117-454/+430
* Temporarily lock Giant while we update td_ucred. The proc lock doesn'tjhb2002-02-271-6/+6
* Put the last added source file in proper order.obrien2002-02-271-1/+1
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-2711-34/+169
* Adding Boot-loader translationgioria2002-02-271-1/+43
* 1) Remove -Wall from Makefile.dwmalone2002-02-279-71/+80
* Add gem and hme.tmm2002-02-271-0/+5
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernettmm2002-02-274-0/+2989
* Motherboard and processor translationgioria2002-02-271-3/+69
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardtmm2002-02-275-0/+2455
* Fix a NULL deref panic in pipe_write, we can't blindly lockalfred2002-02-271-12/+12
* Add the following functions/macros to support byte order conversions andtmm2002-02-2732-284/+438
* Use the updated getcredhostname() function.robert2002-02-273-4/+3
* Use the updated getcredhostname() function.robert2002-02-272-5/+2
* Make getcredhostname() take a buffer and the buffer's sizerobert2002-02-272-4/+13
* 1) Don't use -Wall in Makefile.dwmalone2002-02-272-32/+34
* - Use the new getcredhostname function in xenix_utsname(),robert2002-02-273-4/+9
* 1) Move FreeBSD ID below vendor ID and don't compile vendor ID.dwmalone2002-02-271-9/+10
* - Use the new getcredhostname function in the SVR4 uname system call.robert2002-02-271-2/+3
* Use the getcredhostname function to fill the hostname intorobert2002-02-271-1/+3
* Add a function which returns the correct hostname for a givenrobert2002-02-272-0/+12
* Preprocess with pic(1).ru2002-02-271-0/+1
* Add missing "#include <string.h>" for memcmp, noticed by gcc3.dwmalone2002-02-271-0/+1
* Build fix.gioria2002-02-271-3/+2
* MFen + Typos Fixgioria2002-02-271-3/+3
* Fixed a few typos.ru2002-02-271-4/+4
* 1) Move FreeBSD tag to after vendor ID, #if 0 vendor ID.dwmalone2002-02-271-5/+7
* 1) Remove blank line between include of sys/cdefs.h and __FBSDIDdwmalone2002-02-271-2/+1
* Initial effort for the translation of the -CURRENT relnotes. Actuallygioria2002-02-271-50/+298
* Change the wording of the inline comments from the previous commit.cjc2002-02-272-16/+6
* MPsafe fixes:alfred2002-02-271-4/+23
* Return ESRCH if the target process is not inferior to the curproc.tanimura2002-02-271-0/+2
* Don't hardcode /sys when making tags, instead use ${.CURDIR}/.. thisalfred2002-02-271-1/+1
* Re-fix a pointer/integer warning.peter2002-02-272-2/+2
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-2741-2193/+1037
* Fix warnings that have become fataljulian2002-02-272-3/+10
* turn on the ethertype filter modulejulian2002-02-271-0/+1
* Remove a redundant decalaration of call_desc[] since it's now agj2002-02-271-2/+0
* First rev at making pipe(2) pipe's MPsafe.alfred2002-02-272-23/+76
* Minimal testing has shown that a 4 page tsb is a nice sweet spot for currentjake2002-02-271-1/+1
* Parameterize the number of pages to allocate for the per-cpu area onjake2002-02-275-5/+7
* Make cpu_identify take the value of the ver register and cpuid as argumentsjake2002-02-273-6/+4
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelpeter2002-02-272-2/+2
* More IPV6 const fixes.alfred2002-02-272-2/+2
* <port>fish</port> -> <filename role="package">fish</filename>dd2002-02-276-47/+47
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-275-1040/+220
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-2713-50/+38
* clarify panic messagealfred2002-02-272-2/+2
* Fix warnings caused by discarding const.alfred2002-02-276-9/+11
* Remove errors in LINT (now that they are fatal)julian2002-02-271-0/+4
OpenPOWER on IntegriCloud