aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* use TAILQ_FOREACH, fix a comment's locationAlfred Perlstein2001-04-153-15/+6
* Call strlen() once instead of twice.Brian Somers2001-04-141-2/+2
* Back out wrapping the asm ... ; bits in #ifndef lint macros. ThereMark Murray2001-04-141-6/+0
* The VIA 586 chip does UDMA from rev 0x3 onwards.Søren Schmidt2001-04-141-1/+1
* Update to describe use of mdconfig instead of deprecated vnconfig.Kirk McKusick2001-04-141-3/+3
* dgm now builds as a moduleBrian Somers2001-04-142-1/+9
* New-busify and ansify.Brian Somers2001-04-141-895/+1061
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.Kirk McKusick2001-04-143-8/+19
* Add acl_get_perm_np(3), a non-portable function to check if aChris D. Faulhaber2001-04-131-0/+1
* Add the remaining POSIX.1e ACL definitions:Chris D. Faulhaber2001-04-131-7/+20
* People are still having problems with i586_* on UP machines and SMPJohn Baldwin2001-04-133-3/+3
* o Since uid checks in p_cansignal() are now identical between P_SUGIDRobert Watson2001-04-131-28/+14
* Add smbfs module. Currently it includes smbfs, netsmb and DES parts.Boris Popov2001-04-132-1/+63
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.Boris Popov2001-04-132-8/+1
* if/panic -> KASSERTAlfred Perlstein2001-04-131-7/+8
* All NETSMB* options should use opt_netsmb.h file (the joy of multiple repos).Boris Popov2001-04-131-2/+2
* This file also depends on sys/types.h and sys/ioccom.h.Boris Popov2001-04-131-7/+6
* protect pbufs and associated counts with a mutexAlfred Perlstein2001-04-133-2/+14
* use %p for pointer printf, include sys/systm.h for printf protoAlfred Perlstein2001-04-131-6/+7
* convert if/panic -> KASSERT, explain what triggered the assertionAlfred Perlstein2001-04-131-2/+4
* Make this more lint-friendly. This file seems to be invoked in justMark Murray2001-04-131-4/+10
* Generate useful error messages.Murray Stokely2001-04-131-4/+4
* Handle a rare but fatal race invoked sometimes when SIGSTOP isMark Murray2001-04-132-2/+2
* - Add a comment at the start of the spin locks list.John Baldwin2001-04-131-1/+4
* Use a macro wrapper over printf along with KASSERT to reduce the amountAlfred Perlstein2001-04-131-40/+15
* Make SOMAXCONN a kernel option.Alfred Perlstein2001-04-132-0/+3
* o Disallow two "allow this" exceptions in p_cansignal() restrictingRobert Watson2001-04-131-5/+3
* o Disable two "allow this" exceptions in p_cansched()m retricting theRobert Watson2001-04-121-1/+4
* remove truncated part from commmentAlfred Perlstein2001-04-121-1/+1
* o Make kqueue's filt_procattach() function use the error value returnedRobert Watson2001-04-121-2/+3
* o Limit process information leakage by introducing a p_can(...P_CAN_SEE...)Robert Watson2001-04-121-0/+2
* o Reduce information leakage into jails by adding invocations ofRobert Watson2001-04-121-0/+9
* Merged from options.i386 revision 1.147.KATO Takenori2001-04-121-0/+7
* Merged from files.i386 revisions 1.359 and 1.360.KATO Takenori2001-04-121-0/+18
* Regen.Nick Hibma2001-04-122-17/+84
* TDK idsNick Hibma2001-04-121-1/+8
* From NetBSDNick Hibma2001-04-121-5/+11
* o Replace p_cankill() with p_cansignal(), remove wrappage of p_can()Robert Watson2001-04-123-43/+75
* Fix minor typo in comment. 112x -> 12xxWarner Losh2001-04-112-2/+2
* Don't reference a node after we dropped a reference to itArchie Cobbs2001-04-111-1/+2
* Pull constants from netsmb/smb.h.Boris Popov2001-04-111-0/+2
* Add IBM3765 to newcard's pcic pnp device listWarner Losh2001-04-111-2/+3
* o Regenerated following introduction of __setugid() system call forRobert Watson2001-04-116-8/+17
* o Introduce a new system call, __setsugid(), which allows a process toRobert Watson2001-04-112-0/+24
* Add #define for IBM3765.Warner Losh2001-04-112-6/+5
* o Introduce "options REGRESSION", a kernel option which enablesRobert Watson2001-04-113-0/+19
* Stick proc0 in the PID hash table.John Baldwin2001-04-111-0/+1
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justJohn Baldwin2001-04-1114-145/+145
* Parse the various argument registers in the printtrap() function so thatJohn Baldwin2001-04-111-7/+109
* Add forgotten files for NETSMBCRYPTO option (may be DES based encryptionBoris Popov2001-04-111-0/+2