summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFS: I was confused. This code wasn't in -current after all.imp2001-11-263-15/+42
* Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). Sinceiedowse2001-11-261-8/+0
* Split the sio driver for pc98 into bus front end and back end.nyan2001-11-269-554/+362
* Restore the ability to use IP_FW_ADD with setsockopt(2) that gotru2001-11-261-0/+1
* bde suggests that sio really wants to manage its own softc. Thisimp2001-11-265-126/+152
* Make the start memory address that we use configurable via a bootimp2001-11-261-5/+16
* Only call pccard_function_disable when we have a configured configimp2001-11-261-3/+6
* Experimental patch to try to properly clip the range of the memoryimp2001-11-261-0/+4
* style(9) fixes:imp2001-11-261-162/+148
* o Add #include <sys/systm.h> to fix a warning about printf() beingrwatson2001-11-261-0/+1
* o Add 'kern.maxusers' to the list of commented out sample tunablerwatson2001-11-261-0/+1
* peter pointed out that I missed a hard coded location for the memory.imp2001-11-261-4/+5
* First part of patches to make sio grok 16-bit serial cards underimp2001-11-263-3/+33
* Make the address we kludily allocate in pccbb be a #define for easierimp2001-11-261-3/+5
* Fix POLA - when selecting line into syscons' cut'n'paste buffer (doublesobomax2001-11-251-0/+4
* DEVFS has resurfaced.dd2001-11-252-8/+0
* Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAXdd2001-11-251-2/+29
* Context:bmilekic2001-11-251-1/+2
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* Add suspend/resume support.iwasaki2001-11-241-4/+67
* Patch to allow the ed driver interrupt routine to terminate if theimp2001-11-241-4/+17
* Check the return value of tsleep() in snpread(). This may bedd2001-11-241-1/+4
* Return EBUSY if we try to attach to a tty that is already beingdd2001-11-241-0/+2
* Create a snpbasedev variable which holds a reference to the first snpdd2001-11-241-3/+9
* Revert incorrect KSEfication: realitexpire expects a struct proc *, not ades2001-11-241-1/+1
* Submitted by:David E. O'Briengroudier2001-11-241-4/+4
* Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'dfr2001-11-241-1/+1
* Whitespace change - replace leading spaces with tabs.luigi2001-11-241-6/+6
* Remove the use of _PATH_DEV in the example.obrien2001-11-242-4/+4
* The Olympus C-1 digital camera uses a non-standard BBB command-statusiedowse2001-11-231-0/+17
* Regen.iedowse2001-11-232-2/+9
* Add Olympus C-1.iedowse2001-11-231-0/+1
* Add suspend/resume code mostly merged from fxp driver.iwasaki2001-11-232-0/+79
OpenPOWER on IntegriCloud