summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Per jlemon request, reintroduce some printf() when anluigi2001-11-293-9/+24
* For i386 architecture, remove an expensive m_devget() (and theluigi2001-11-292-62/+80
* fix DIAGNOSTIC panic caused by proc/thread typogallatin2001-11-291-1/+1
* Return a POSIX-compliant error for write(2) failure.green2001-11-281-1/+1
* o Cache req->td->td_proc->p_ucred->cr_prison in pr to improverwatson2001-11-281-13/+10
* When a socket is not connected, allow the peer "struct sockaddr"archie2001-11-282-13/+77
* Fix indentation after removing GEMDOS support. Whitespace changes only.jhb2001-11-281-14/+14
* Use suser_td() instead of explicitly checking cr_uid against 0.jhb2001-11-282-3/+3
* Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier tojhb2001-11-281-2/+4
* Remove ciss from the modules build until the build issues are resolved.imp2001-11-281-1/+1
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-284-44/+1
* Fix a typo in a commentbrian2001-11-281-1/+1
* Remove the need for an expensive m_devget on the i386, which does notluigi2001-11-281-39/+41
* Waits for a keypress before rebooting on panic.dcs2001-11-281-0/+3
* Regen after addition of the Mustek 1200 CU Plus scanner.sobomax2001-11-282-0/+7
* Add Mustek 1200 CU Plus scanner.sobomax2001-11-282-0/+2
* Yet another synch with minor changes in the ACPI CA 20011120 snapshot.iwasaki2001-11-281-0/+14
* Add Buffalo AirStation 11Mbps CF WLAN card.imp2001-11-281-0/+1
* Sync to 1.24imp2001-11-281-2/+8
* Merge from NetBSD:imp2001-11-281-1/+3
* Synch with minor changes in the ACPI CA 20011120 snapshot.msmith2001-11-285-13/+13
* Merge local changes.msmith2001-11-289-440/+575
* This commit was generated by cvs2svn to compensate for changes in r87031,msmith2001-11-2889-3982/+3280
|\
| * Vendor import of the Intel ACPI CA 20011120 snapshot.msmith2001-11-2897-4422/+3853
* | Return a more meaningful errno when the length of the interpreterjwd2001-11-282-2/+2
* | Dont print the sysctl node tree unless you're root.peter2001-11-281-0/+5
* | Change to using my custom sparc64 binutils.obrien2001-11-281-8/+10
* | Clean up some of the gross macros whitespace wise before I fix the asmjhb2001-11-281-20/+22
* | Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofmsmith2001-11-279-0/+4643
* | Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-272-130/+0
* | Document the "console" setting in loader.conf, suggesting vidconsolerwatson2001-11-271-0/+6
* | ipfw_modevent(): Don't use an unnatural block to define a variabledd2001-11-271-3/+0
* | Remove debugging printfs that weren't conditional on any debuggingdd2001-11-271-2/+0
* | In icmp_reflect(): If the packet was not addressed to us and wasdd2001-11-271-2/+15
* | Implement a "kill" DDB command which is an interface to psignal() thatdd2001-11-271-0/+59
* | Add include of net/route.h, as structures moved around due to therwatson2001-11-271-0/+1
* | Fix a bug in the driver -- under load, the receive unit could becomeluigi2001-11-272-14/+13
* | Don't automatically unbind/deallocate memory when releasing.ru2001-11-272-20/+12
* | fixed the cast128 calculation with a short cipher key length.ume2001-11-273-5/+19
* | Add support for a last-close handler.des2001-11-273-3/+38
* | Clear a new syncache entry first, followed by filling in values. Thistanimura2001-11-271-4/+4
* | When servicing an internal FTP server, punch ipfirewall(4) holesru2001-11-271-5/+2
* | Minor tweaks to the TLB handling code - avoid movl instructions and adddfr2001-11-272-26/+26
* | Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.ken2001-11-272-0/+20
* | Bring the probe inquiry code in line with the SCSI spec.ken2001-11-271-43/+35
* | Replace 'p' with 'td' as appropriate.jhb2001-11-272-25/+25
* | GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-278-38/+25
* | Expand LOCKMGR() compat macro.jhb2001-11-276-15/+17
* | GC some KSE compatiblity macros that were somehow still here.jhb2001-11-262-33/+23
* | GC non-FreeBSD code that didn't work anyways.jhb2001-11-269-821/+6
OpenPOWER on IntegriCloud