summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* o Replace two direct uid!=0 comparisons with suser_xxx() calls.rwatson2001-10-021-2/+2
* o Replace two direct uid!=0 comparisons with suser_td() calls.rwatson2001-10-021-2/+2
* - cope with sa_len < sizeof(struct sockaddr).ume2001-10-021-35/+44
* Fix the ANSI color escape sequence \E[m.yokota2001-10-021-153/+118
* Sigh, fix the unfixed typo: s/-l/-L/.ru2001-10-021-1/+1
* Fix a typo: s/-or/-o/.knu2001-10-021-1/+1
* - First shot at PIC emulation;tg2001-10-0213-589/+741
* Fix the local macro: isvisible().yokota2001-10-021-1/+1
* Documentation fixes:cjc2001-10-022-10/+12
* Add Soren's burncd warning.imp2001-10-021-0/+5
* Allow "obsolete" (but commonly-used) command line style to be usedfenner2001-10-021-2/+3
* Remove redundant and misplaced "options DDB" line.marcel2001-10-021-2/+0
* Fix organizational nits: Move Cardbus/NEWCARD release note to PCCARDbmah2001-10-022-32/+30
* Try to make some sense of the various release note itemsbmah2001-10-022-60/+28
* Backout the last commit. The problem is actually much worse then Idillon2001-10-021-8/+3
* New release note: Each jail(2) can have its own securelevel (requested bybmah2001-10-022-2/+10
* IN_RENAME should only be cleared by the routine that set it. This fixesdillon2001-10-021-3/+8
* Remove all OpenBSD/NetBSD code. It was the right place to start from, butmjacob2001-10-022-646/+61
* grammar fix: to -> toosilby2001-10-011-1/+1
* Clean this up after the NetBSD syncing.obrien2001-10-011-25/+19
* Fix ID's after a total boch CVS merge due to multiple people makingobrien2001-10-0113-26/+0
* Note the 'common knowledge' assumption that each NIC's softc startsmjacob2001-10-011-0/+9
* Add ()'s around the warning message when skipping a startup script.obrien2001-10-011-1/+1
* Move the ap boot spin lock earlier in the lock order before the sio(4)jhb2001-10-011-2/+4
* Sigh, statclock_process() takes a KSE instead of a thread for its firstjhb2001-10-011-1/+1
* Tweak the Skipping ${script} logic to also handle symlinks.obrien2001-10-011-2/+2
* Back out WIP that snuck in with revs 1.15[23].obrien2001-10-011-1/+0
* Our histedit.h lives in src/include.obrien2001-10-011-1/+0
* Merge style with NetBSD -- ANSI-C prototypes, style(9) tabing, etc.obrien2001-10-011-39/+38
* Merge functional changes from NetBSD.obrien2001-10-011-22/+32
* Add d_thread_t. This is a typedef for struct thread in -current andimp2001-10-013-11/+47
* o Complete the migration from suser error checking in the following formrwatson2001-10-012-44/+86
* New release notes: Per-interface IP address hash table, networkbmah2001-10-012-2/+32
* Update the hash table when sppp mucks directly with the interface address.jlemon2001-10-011-0/+4
* in_ifinit apparently can be used to rewrite an ip address; recalculatejlemon2001-10-011-1/+5
* sppp rewrites the interface's ip address directly; this breaks when thejlemon2001-10-011-1/+7
* Fix a problem with unnumbered rules introduced in latest commit.luigi2001-10-011-3/+3
* Remove some entries to make the image fit into a floppy again.luigi2001-10-011-5/+5
* Whoops, I whould have removed the old entry...luigi2001-10-011-2/+0
* Move up the tinyware entry so things are looked up there first.luigi2001-10-011-0/+5
* Remove (commented out) use of pam_ssh where it won't work.markm2001-10-011-6/+0
* Document how manpath(1) handles user's path directories that end in "/bin".ru2001-10-011-0/+9
* Add customised version of login for picobsd images on -CURRENT.luigi2001-10-014-0/+1167
* mdoc(7) police: markup and grammar nits.ru2001-10-011-3/+3
* Make __RCSID() and __FBSDID() examples compile.ru2001-10-011-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-01902-1451/+1451
* Add __FBSDID() to diff-reduce with "base" telnet.markm2001-10-0128-56/+80
* Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit.ru2001-10-011-11/+17
* mdoc(7) police: make double quotes in #include statement visible.ru2001-10-011-1/+1
* Change the way DAO/TAO mode is init'ed.sos2001-10-011-20/+21
OpenPOWER on IntegriCloud