summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove now unused struct proc *p.imp2002-02-271-1/+0
* - Insert a space in the panic() string in order more clearly show thearr2002-02-272-2/+2
* Add a comment explaining a code change..julian2002-02-271-2/+2
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticjhb2002-02-273-11/+11
* - Change namei() to use td_ucred instead of p_ucred.jhb2002-02-273-7/+7
* - Change unp_listen() to accept a thread rather than a proc as its secondjhb2002-02-271-5/+5
* Fix Giant leakage in several error cases in __semctl().jhb2002-02-271-4/+4
* Add a comment about an unlocked access to p_ucred that will go away injhb2002-02-271-0/+1
* Use td_ucred and thus remove now unneeded proc lock acquire and release.jhb2002-02-271-3/+1
* Use some black make(1) magic to make pkg_install build even withoutsobomax2002-02-271-0/+5
* kill __P.alfred2002-02-271-22/+22
* add assertions in the places where giant is required to catch whenalfred2002-02-271-0/+12
* Add lukemftpd to the mix.obrien2002-02-271-0/+1
* Build LukeM's ftpd.obrien2002-02-272-0/+327
* 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
OpenPOWER on IntegriCloud