summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak fore adapters from POV of warnings.julian2002-02-272-2/+2
* 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
* kill __P.alfred2002-02-271-22/+22
* add assertions in the places where giant is required to catch whenalfred2002-02-271-0/+12
* 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
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-2711-34/+169
* 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
* 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-2731-278/+434
* 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
* - Use the new getcredhostname function in xenix_utsname(),robert2002-02-273-4/+9
* - 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
* 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
* 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-278-46/+28
* 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
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-277-125/+65
* Remove problematic PHY_WRITE so that autoneg to 10 Mbpsdanny2002-02-271-16/+1
* remove trailing semi-colons from macro definitions.alfred2002-02-271-2/+2
OpenPOWER on IntegriCloud