summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed style bugs (indentation errors, missing punctuation, and unsorting)bde2001-10-041-4/+4
* Fixed a missing forward declaration and unsorting of prototypes in rev.1.18.bde2001-10-041-1/+2
* Fixed a missing proc -> thread substitution.bde2001-10-031-1/+3
* Doh! committed from the wrong tree, this is the right "stuff"...sos2001-10-033-3/+3
* Proberly support the Promise TX2/4.sos2001-10-033-8/+51
* The encoding for the bus being passed to SAL was completely wrong.dfr2001-10-032-4/+3
* cosmetics in the bootverbose probe-sos2001-10-031-2/+4
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.sos2001-10-031-2/+7
* Add PnP ID 'IBM3781' for TP240 mouse.takawata2001-10-032-0/+2
* Let's not kid ourselves- we don't *really* support jumbframes yet.mjacob2001-10-021-0/+7
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setdes2001-10-023-10/+57
* Various fixes and improvements- some from the folks at Sitara Networks (thx)mjacob2001-10-022-14/+34
* Only print "XXX (un)registered" message if bootverbose.des2001-10-021-2/+4
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-026-6/+6
* Documentation comment: note that the each NIC's softc is assumed to startmjacob2001-10-021-0/+5
* 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
* Fix the ANSI color escape sequence \E[m.yokota2001-10-021-153/+118
* Fix the local macro: isvisible().yokota2001-10-021-1/+1
* Remove redundant and misplaced "options DDB" line.marcel2001-10-021-2/+0
* Backout the last commit. The problem is actually much worse then Idillon2001-10-021-8/+3
* 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
* Note the 'common knowledge' assumption that each NIC's softc startsmjacob2001-10-011-0/+9
* 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
* 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
* 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
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* Change the way DAO/TAO mode is init'ed.sos2001-10-011-20/+21
* Add test_write element.sos2001-10-011-0/+1
* Fix the function CD(): "Clear to the end of the screen".yokota2001-10-011-4/+15
* This is white-space only change. No functional difference.yokota2001-10-011-140/+167
* After extensive testing it has been determined that adding complexitydillon2001-10-013-30/+100
* Catch up with the visibility callback stuff, and give up trying to keep thedes2001-10-011-19/+37
* [the previous commit to pseudofs_vncache.c got the wrong log message]des2001-10-011-0/+2
* YA pseudofs megacommit, part 1:des2001-10-013-79/+181
* Begin to implement target mode that for Fibre Channel has a privatemjacob2001-10-012-29/+68
* Implement a call to get the actual link data rate (if 23XX) so we canmjacob2001-10-013-40/+70
* Add identcpu.c.jake2001-09-301-0/+1
* Add __FBSDID's to libaliasdillon2001-09-3010-21/+32
* Add contents to struct *reg.jake2001-09-301-4/+35
* Optimize bcopy and bzero etc to use 64 bit loads and stores if possible.jake2001-09-302-232/+474
* Use %ver to identify the cpu instead of openfirmware.jake2001-09-302-1/+72
* Remove some debug code, add traces.jake2001-09-301-12/+10
OpenPOWER on IntegriCloud