summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts created by import.darrenr1997-04-032-18/+21
*-. This commit was generated by cvs2svn to compensate for changes in r24586,darrenr1997-04-0320-638/+1810
|\ \
| | * Really import sys/netinet changes for IP Filter 3.2alpha4 this time.darrenr1997-04-0310-319/+905
| * | Really import sys/netinet changes for IP Filter 3.2alpha4 this time.darrenr1997-04-0310-319/+905
* | | Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter.kato1997-04-031-9/+9
* | | Removed <mv/lock.h> and <mv/vm_map.h>.kato1997-04-031-2/+0
* | | Synchronize with sys/i386/confi/files.i386 revision 1.158.kato1997-04-032-6/+6
* | | If flag 0x4000 (Sleephack) is defined, assume that the disk is sleepingphk1997-04-031-3/+35
* | | The code which recovered from a modified directory situation did not checkdfr1997-04-032-2/+16
* | | make obj before building the aic7xxx assembler. This puts the objectgibbs1997-04-032-6/+6
* | | CFLAGS += -I. so that building in an obj directory works.gibbs1997-04-032-2/+6
* | | Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-039-31/+38
* | | Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticedpeter1997-04-021-5/+9
* | | add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the trackjmg1997-04-023-5/+40
* | | PAL support: magic numbers moved into format_params structure.fsmp1997-04-028-1395/+2789
* | | Add an entry for the newer Philips CDD26xx family CD-R drives. Theyjoerg1997-04-011-1/+6
* | | Removed a wrong comment of mine.bde1997-04-012-20/+4
* | | Fixed gratuitous ANSIisms.bde1997-04-012-30/+20
* | | Fixed gratuitous ANSIisms.bde1997-04-018-28/+34
* | | Use __i386__ instead of i386 in ifdefs.bde1997-04-016-10/+18
* | | Fixed gratuitous ANSIisms.bde1997-04-013-7/+16
* | | Use OID_AUTO instead of magic number for the Lite2 sysctl debug.busyprt.bde1997-04-012-10/+8
* | | Use OID_AUTO instead of magic number for the old sysctl debug.rcluster.bde1997-04-011-16/+3
* | | Use OID_AUTO instead of magic number for old sysctl debug.elf_trace. Thebde1997-04-011-8/+4
* | | Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug.bde1997-04-011-5/+3
* | | Fixed commented-out Lite2 sysctl debug.lockpausetime.bde1997-04-011-5/+6
* | | Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-018-131/+9
* | | Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofbde1997-04-013-6/+18
* | | Implement code for an OpenBSD-style issetuigid().peter1997-03-311-1/+26
* | | Regenerate (added issetugid)peter1997-03-315-7/+13
* | | issetugid is now implemented rather than reservedpeter1997-03-311-2/+2
* | | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.peter1997-03-311-11/+20
* | | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.peter1997-03-311-9/+15
* | | Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1peter1997-03-311-31/+132
* | | Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groupspeter1997-03-311-6/+20
* | | In accept1(), falloc() is called after the process has awoken, but priordg1997-03-313-12/+28
* | | Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INITpeter1997-03-312-2/+82
* | | Regeneratepeter1997-03-315-6/+20
* | | Reserve 252 (poll, first in OpenBSD)peter1997-03-311-1/+4
* | | Treat symlinks as first class citizens with their own uid/gid rather thanpeter1997-03-314-147/+41
* | | Changed the way that the exec image header is read to be filesystem-dg1997-03-317-45/+44
* | | Synchronize with sys/i386/conf/GENERIC revision 1.89.kato1997-03-312-6/+6
* | | Implement the `detach' command for remote GDB. It gets you back at DDB.joerg1997-03-302-0/+16
* | | Fix embarrasing typo that survived because I applied the wrong patch-phk1997-03-302-6/+6
* | | Regenerate (include file changes, stray blank lines (cosmetic),peter1997-03-298-21/+11
* | | Renerate (some include files were changed)peter1997-03-293-6/+4
* | | Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsbde1997-03-294-8/+4
* | | Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.bde1997-03-296-258/+30
* | | Be consistant with the other syscall makefile's handling of the defaultpeter1997-03-292-2/+8
* | | Add a Makefile to build all three syscall tablespeter1997-03-291-0/+26
OpenPOWER on IntegriCloud