summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added necessary include for pc98.nyan2001-01-252-0/+2
* Remove CV_DECLARE(), which serves no useful purpose.jasone2001-01-251-4/+0
* Add some description and clarification as to the use of the tdfx device.cokane2001-01-252-0/+18
* Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/).billf2001-01-252-4/+50
* Fix bogus checking of snprintf() by decreasing the remaining size of thewill2001-01-251-0/+3
* Pass up errors returned by dummynet. The same should be done withluigi2001-01-251-3/+3
* Disable cy - it is now completely broken and needs non-trivial work.peter2001-01-254-24/+14
* - Doh, lock faultin() with proc lock in scheduler().jhb2001-01-251-0/+6
* Back out over-aggressive locking of p->p_cred.jhb2001-01-251-16/+3
* Note that rmdir(2) does not follow symbolic links.jdp2001-01-241-1/+6
* Remove prototype for child_return().jhb2001-01-241-1/+0
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-2410-49/+24
* Don't crash the kernel if the user tries to load a netgraphjulian2001-01-241-4/+10
* DEVFS cloning for if_tap.phk2001-01-241-5/+47
* - Remove some unused and unneeded atomic operations sitting in mp_machdep.cjhb2001-01-242-61/+13
* Newbusify ar(4).jhay2001-01-247-640/+1166
* Note config(8) warnings->errors, clarify ConnectionsPerPeriod in sshd_config,bmah2001-01-242-20/+30
* Change cpuno to cpuid.dfr2001-01-244-32/+32
* Fix typo.dfr2001-01-242-1/+2
* Correct a comment.wollman2001-01-242-2/+2
* Catch up to proc flag changes.jhb2001-01-241-3/+3
* Add .Lb libcipherben2001-01-241-1/+3
* Add entry for libcipher.ben2001-01-241-0/+1
* Catch up to proc flag change.jhb2001-01-241-1/+1
* Catch up to new proc flags.jhb2001-01-241-1/+1
* -pthread -> -lc_rru2001-01-241-1/+1
* -pthread -> -lc_rdeischen2001-01-243-3/+3
* Oops, when converting if (foo) panic() to a KASSERT(), you have to invertjhb2001-01-241-3/+4
* Bump FreeBSD version to reflect changes to libc and libc_r.deischen2001-01-241-1/+1
* -pthread -> -lc_rdeischen2001-01-241-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-24306-3478/+3895
* Add a lock to DIR to make telldir and friends MT-safe.deischen2001-01-242-54/+5
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-24190-997/+1582
* - Catch up to new proc flags.jhb2001-01-242-7/+8
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-243-2/+5
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-2456-1373/+615
* Argh, I didn't get this test right when I converted it. Break this upjhb2001-01-241-10/+9
* mdoc(7) police: Remove the debug line that prevents hyphenationru2001-01-241-1/+0
* - Catch up to proc flag changes.jhb2001-01-242-11/+21
* Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are calledjhb2001-01-241-0/+3
* - Catch up to proc flag changes.jhb2001-01-241-27/+43
* - Catch up to proc flag changes.jhb2001-01-243-5/+15
* - Catch up to proc flag changes.jhb2001-01-241-2/+3
* - Catch up to proc flag changes.jhb2001-01-241-4/+18
* - Catch up to proc flag changes.jhb2001-01-241-14/+35
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* - Catch up to proc flag changes.jhb2001-01-241-25/+29
* - Proc locking.jhb2001-01-241-13/+20
* - Add a mtx_assert() for sched_lock in calcru().jhb2001-01-241-0/+3
* - Proc locking.jhb2001-01-241-31/+36
OpenPOWER on IntegriCloud