summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a couple of unused symbols.jhb2003-04-172-4/+0
* - Use a local variable to close a minor race when determining if the wmesgjhb2003-04-171-9/+15
* Protect p_flag with the proc lock. The sched_lock is not needed to turnjhb2003-04-171-2/+2
* - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unlessjhb2003-04-171-6/+4
* Add a proc lock assertion and move another assertion up to the top of thejhb2003-04-171-2/+4
* The proc lock is sufficient to test p_state against PRS_ZOMBIE, so don'tjhb2003-04-171-4/+0
* Don't hold the proc lock while performing sigset conversions on localjhb2003-04-172-2/+2
* - Remove garbage SIGSETOR() that snuck into struct sigpending_argsjhb2003-04-171-2/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-174-23/+30
* Adjust a KTR trace to log thread state instead of proc state as that isjhb2003-04-171-1/+1
* P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now itjhb2003-04-171-3/+3
* Protect the per-process UAC field with the proc lock where it isn't alreadyjhb2003-04-172-1/+3
* Revise attach/detach resource cleanupnjl2003-04-1717-77/+240
* Add a manual page for the ntp_gettime syscall.trhodes2003-04-172-2/+106
* Get wlread() closer to working. Use m->m_len as the initial value forjhay2003-04-171-1/+9
* Add locking to wlinit().jhay2003-04-171-0/+2
* Quick grammar fix.trhodes2003-04-172-4/+4
* Add some tunable descriptions.trhodes2003-04-171-2/+2
* New release notes: ehci, pam_chroot(8), uudecode(1)/b64decode(1) -r,bmah2003-04-172-0/+62
* Put the spl calls back until we are sure that everything that they coverjhay2003-04-171-3/+14
* Pre-content whitespace commit.trhodes2003-04-171-4/+4
* Unbreak vinum, iostat and systat on sparc64 by changing the devstatharti2003-04-171-3/+3
* Perform warm or cold reset AC97 per the spec depending on state of theorion2003-04-172-22/+49
* Bump __FreeBSD_version for new NSS implementation; addition ofnectar2003-04-171-1/+1
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-177-1565/+2763
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-1714-219/+1103
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-179-18/+104
* These two files fell off during my previous commit: put the encodingphk2003-04-172-125/+166
* Revert part of revision 1.97 by calling dc_stop() unconditionallyiedowse2003-04-172-4/+2
* Separate the encoding/decoding functions for struct disklabel into aphk2003-04-177-0/+15
* Buffer size is not enough in the previous commit. Use 128.sumikawa2003-04-171-2/+2
* Move the ex, ie, plip and sl drivers to drivers.flp, so that kern.flpjhay2003-04-171-0/+4
* NO_COMPAT_FREEBSD4 is no more.jhay2003-04-173-3/+0
* Revert url.c:1.2: there was a race condition between when I producedrwatson2003-04-171-1/+1
* We don't need "device fwohci" in the kernel config file.simokawa2003-04-172-2/+0
* Add dev/firewire/fwdma.c.simokawa2003-04-171-0/+1
* MFp4(simokawa_firewire):simokawa2003-04-1725-2156/+2755
* Cut&Paste considered far too easy:phk2003-04-166-6/+0
* Rename KRNLSRCDIR to KERNSRCDIR and allow it to be overridden. The namejhb2003-04-161-7/+7
* Don't include <sys/disklabel.h>phk2003-04-168-8/+0
* Include <sys/ioccom.h> instead of <sys/disklabel.h>phk2003-04-161-1/+1
* Explicitly cast a l_ulong to an unsigned long to make all arch's happyjhb2003-04-161-1/+1
* Clarify the relationship between the MAC library APIs and POSIX.1e:rwatson2003-04-161-2/+6
* Fix printf format in a debug printf.jhb2003-04-161-1/+1
* Fix printf args in debug printfs.jhb2003-04-161-5/+5
* Assume a struct thread *td instead of a struct proc *p in the debugjhb2003-04-161-2/+2
* Fix multiple printf warnings on Alpha:jhb2003-04-161-19/+19
* Fix some debug macros. Either missing close parens or close parens in thejhb2003-04-161-4/+4
* Add locking and remove all the spl() calls.jhay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.jhay2003-04-162-234/+340
OpenPOWER on IntegriCloud