| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve conflicts created by import. | darrenr | 1997-04-03 | 2 | -18/+21 |
*-. | This commit was generated by cvs2svn to compensate for changes in r24586, | darrenr | 1997-04-03 | 20 | -638/+1810 |
|\ \ |
|
| | * | Really import sys/netinet changes for IP Filter 3.2alpha4 this time. | darrenr | 1997-04-03 | 10 | -319/+905 |
| * | | Really import sys/netinet changes for IP Filter 3.2alpha4 this time. | darrenr | 1997-04-03 | 10 | -319/+905 |
* | | | Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter. | kato | 1997-04-03 | 1 | -9/+9 |
* | | | Removed <mv/lock.h> and <mv/vm_map.h>. | kato | 1997-04-03 | 1 | -2/+0 |
* | | | Synchronize with sys/i386/confi/files.i386 revision 1.158. | kato | 1997-04-03 | 2 | -6/+6 |
* | | | If flag 0x4000 (Sleephack) is defined, assume that the disk is sleeping | phk | 1997-04-03 | 1 | -3/+35 |
* | | | The code which recovered from a modified directory situation did not check | dfr | 1997-04-03 | 2 | -2/+16 |
* | | | make obj before building the aic7xxx assembler. This puts the object | gibbs | 1997-04-03 | 2 | -6/+6 |
* | | | CFLAGS += -I. so that building in an obj directory works. | gibbs | 1997-04-03 | 2 | -2/+6 |
* | | | Reorganize elements of the inpcb struct to take better advantage of | dg | 1997-04-03 | 9 | -31/+38 |
* | | | Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticed | peter | 1997-04-02 | 1 | -5/+9 |
* | | | add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the track | jmg | 1997-04-02 | 3 | -5/+40 |
* | | | PAL support: magic numbers moved into format_params structure. | fsmp | 1997-04-02 | 8 | -1395/+2789 |
* | | | Add an entry for the newer Philips CDD26xx family CD-R drives. They | joerg | 1997-04-01 | 1 | -1/+6 |
* | | | Removed a wrong comment of mine. | bde | 1997-04-01 | 2 | -20/+4 |
* | | | Fixed gratuitous ANSIisms. | bde | 1997-04-01 | 2 | -30/+20 |
* | | | Fixed gratuitous ANSIisms. | bde | 1997-04-01 | 8 | -28/+34 |
* | | | Use __i386__ instead of i386 in ifdefs. | bde | 1997-04-01 | 6 | -10/+18 |
* | | | Fixed gratuitous ANSIisms. | bde | 1997-04-01 | 3 | -7/+16 |
* | | | Use OID_AUTO instead of magic number for the Lite2 sysctl debug.busyprt. | bde | 1997-04-01 | 2 | -10/+8 |
* | | | Use OID_AUTO instead of magic number for the old sysctl debug.rcluster. | bde | 1997-04-01 | 1 | -16/+3 |
* | | | Use OID_AUTO instead of magic number for old sysctl debug.elf_trace. The | bde | 1997-04-01 | 1 | -8/+4 |
* | | | Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug. | bde | 1997-04-01 | 1 | -5/+3 |
* | | | Fixed commented-out Lite2 sysctl debug.lockpausetime. | bde | 1997-04-01 | 1 | -5/+6 |
* | | | Removed potentially harmful garbage <vm/lock.h> and fixed bogus | bde | 1997-04-01 | 8 | -131/+9 |
* | | | Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack of | bde | 1997-04-01 | 3 | -6/+18 |
* | | | Implement code for an OpenBSD-style issetuigid(). | peter | 1997-03-31 | 1 | -1/+26 |
* | | | Regenerate (added issetugid) | peter | 1997-03-31 | 5 | -7/+13 |
* | | | issetugid is now implemented rather than reserved | peter | 1997-03-31 | 1 | -2/+2 |
* | | | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed. | peter | 1997-03-31 | 1 | -11/+20 |
* | | | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed. | peter | 1997-03-31 | 1 | -9/+15 |
* | | | Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1 | peter | 1997-03-31 | 1 | -31/+132 |
* | | | Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groups | peter | 1997-03-31 | 1 | -6/+20 |
* | | | In accept1(), falloc() is called after the process has awoken, but prior | dg | 1997-03-31 | 3 | -12/+28 |
* | | | Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INIT | peter | 1997-03-31 | 2 | -2/+82 |
* | | | Regenerate | peter | 1997-03-31 | 5 | -6/+20 |
* | | | Reserve 252 (poll, first in OpenBSD) | peter | 1997-03-31 | 1 | -1/+4 |
* | | | Treat symlinks as first class citizens with their own uid/gid rather than | peter | 1997-03-31 | 4 | -147/+41 |
* | | | Changed the way that the exec image header is read to be filesystem- | dg | 1997-03-31 | 7 | -45/+44 |
* | | | Synchronize with sys/i386/conf/GENERIC revision 1.89. | kato | 1997-03-31 | 2 | -6/+6 |
* | | | Implement the `detach' command for remote GDB. It gets you back at DDB. | joerg | 1997-03-30 | 2 | -0/+16 |
* | | | Fix embarrasing typo that survived because I applied the wrong patch- | phk | 1997-03-30 | 2 | -6/+6 |
* | | | Regenerate (include file changes, stray blank lines (cosmetic), | peter | 1997-03-29 | 8 | -21/+11 |
* | | | Renerate (some include files were changed) | peter | 1997-03-29 | 3 | -6/+4 |
* | | | Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs | bde | 1997-03-29 | 4 | -8/+4 |
* | | | Define our own version of DIRBLKSIZ instead of (ab)using ufs's value. | bde | 1997-03-29 | 6 | -258/+30 |
* | | | Be consistant with the other syscall makefile's handling of the default | peter | 1997-03-29 | 2 | -2/+8 |
* | | | Add a Makefile to build all three syscall tables | peter | 1997-03-29 | 1 | -0/+26 |