summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,phk1997-11-182-0/+2040
* Removed unused #includes.bde1997-11-181-5/+3
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.bde1997-11-181-29/+9
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.bde1997-11-181-15/+6
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-182-6/+5
* Removed an unused #include.bde1997-11-181-3/+1
* Get tty ioctl numbers by #including <sys/ttycom.h> instead ofbde1997-11-181-3/+2
* Removed an unused #include. Added an unsed #include of <sys/ucred.h>bde1997-11-181-8/+9
* Removed an unused #include. Ifdefed a conditionally used #include.bde1997-11-181-2/+3
* Removed unused #include.bde1997-11-183-9/+3
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,bde1997-11-181-6/+7
* Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.bde1997-11-181-3/+1
* Removed unused #includes.bde1997-11-181-5/+3
* Removed an unused #included.bde1997-11-183-9/+30
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.bde1997-11-182-4/+4
* Removed #unused includes.bde1997-11-185-15/+20
* Removed unused #include of <sys/malloc.h>. This file now uses onlybde1997-11-181-2/+1
* Removed code for the !KERNEL case. It hasn't been maintained for 4bde1997-11-181-28/+8
* Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.bde1997-11-181-2/+2
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-182-2/+8
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-9/+2
* Don't #include <sys/types.h>. I mistakenly #included it unconditionallybde1997-11-181-4/+2
* Fixed pedantic syntax errors caused by trailing semicolon in thebde1997-11-181-3/+5
* Fixed pedantic syntax errors caused by the trailing semicolon in thebde1997-11-181-2/+2
* Don't generate new prototype files with the extra int retval[] arg atpeter1997-11-181-3/+3
* Typo fix.alex1997-11-173-6/+6
* fix Jonathan Mini's email address per his requestjmg1997-11-172-4/+4
* Added support for linux sound ioctls:ahasty1997-11-174-6/+48
* Device # for Jonathan Mini's VESA support.sos1997-11-162-2/+4
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
*-. This commit was generated by cvs2svn to compensate for changes in r31187,peter1997-11-1631-1832/+6995
|\ \
| | * Import kernel parts of ipfilter-3.2.1peter1997-11-1616-916/+3681
| * | Import kernel parts of ipfilter-3.2.1peter1997-11-1615-916/+3314
* | | Reviewed by: Amancio Hastyahasty1997-11-165-19/+373
* | | MF22:nate1997-11-152-6/+7
* | | Simplify map entries during user page wire and user page unwire operations integge1997-11-141-14/+18
* | | Don't try to obtain an excluive lock on the vm map, since a deadlock mighttegge1997-11-142-6/+6
* | | Submitted by: Archie cobbs (IPDIVERT author)julian1997-11-131-1/+7
* | | oops, fix left out semicolon in code I patched by hand.julian1997-11-131-7/+7
* | | Reviewed by: hackers@freebsd.org in generaljulian1997-11-135-26/+134
* | | Set return value for the correct process in ptrace().tegge1997-11-121-5/+5
* | | Reviewed by: various.julian1997-11-1214-46/+54
* | | Expand the APMIO_GETINFO ioctl to return the estimated remainingjdp1997-11-123-63/+140
* | | Attempt to tell the user precisely what sort of VGA-like PCI device iswollman1997-11-111-12/+255
* | | - Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options.nate1997-11-111-1/+3
* | | Fix conflicts.markm1997-11-1011-72/+140
* | | Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tbde1997-11-103-6/+6
* | | - Convert c++ comment to c comment.nate1997-11-102-4/+4
* | | Sync with sys/i386/conf/majors.i386 revision 1.20.kato1997-11-101-1/+2
* | | Assign 84 to Andrew Gordon <arg@arg1.demon.co.uk> for the 'ttxt' Unitextmsmith1997-11-102-2/+4
OpenPOWER on IntegriCloud