Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-21 | do not pass up un-init vftype | Theo de Raadt | |
1997-02-21 | Bring in siginfo changes from mvme68k port & Theo. Compiles. | briggs | |
1997-02-21 | Removed some of the ugliness in ipsp_kern(). | Angelos D. Keromytis | |
1997-02-21 | flesh out icmp, no rpc info for -n | Theo de Raadt | |
1997-02-20 | strncpy needed for ufs.c | gvf | |
1997-02-20 | CFLAGS+=, from m4@umn.edu | Theo de Raadt | |
1997-02-20 | Fix for NetBSD's bug from NetBSD. | Jason Downs | |
1997-02-20 | update. | Per Fogelstrom | |
1997-02-20 | cpio emulation for pax | Thorsten Lockert | |
1997-02-20 | Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland] | Thorsten Lockert | |
1997-02-20 | gratituous compatibility with NetBSD | kstailey | |
1997-02-20 | more of same | kstailey | |
1997-02-20 | From FreeBSD [Terry Lambert]: | Thorsten Lockert | |
The following small diff fixes the annoying fsck bug that causes it to need to be run twice to end up with correct reference counts for inodes for directories that had subdirectories relocated into the lost+found directory. I found the need to rerun *extremely* annoying. This fix causes the count to be correctly adjusted later in pass 4 by correctly stating the parent reference count. Note that the parent reference count is incremented when the directory entry is made (for ".."), but is not really there in the case of a directory that does not make an entry in its parent dir. This can be tested by waiting for the inode sync after cd'ing from a shell into a test fs. Then you "mkdir xxx yyy zzz", wait a second, and hit the machine reset button. | |||
1997-02-20 | Document EINVAL | Thorsten Lockert | |
1997-02-20 | Don't add shells multiple times, from tv@pobox.com. PR# user/112. | Jason Downs | |
1997-02-20 | DES library for IPSEC; Eric Young (eay@mincom.oz.au) | Theo de Raadt | |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1997-02-19 | NS DP875x series clock chip definition file. | Per Fogelstrom | |
1997-02-19 | Add option to turn off calendar via env variables settable via cron. | Todd C. Miller | |
Ie: ``CALENDAR=0'' will turn it off which is useful for machines with no local users that do not run YP. | |||
1997-02-19 | Change usage() so it shows the right line arguments. | Angelos D. Keromytis | |
1997-02-19 | f77 0.5.19.1. | Jason Downs | |
1997-02-19 | Update. | Jason Downs | |
1997-02-19 | Use standard instance names for kadmin communication | Thorsten Lockert | |
1997-02-19 | Get database renames correct | Thorsten Lockert | |
1997-02-19 | Really strip the domain part before generating instance name | Thorsten Lockert | |
1997-02-19 | kadmind should be in /usr/sbin | Thorsten Lockert | |
1997-02-19 | Start kadmind if kerberos server | Thorsten Lockert | |
1997-02-19 | merge in some NetBSD pmap code | kstailey | |
1997-02-18 | open master.passwd before doing pw_copy | Niels Provos | |
1997-02-18 | reversed changes | Niels Provos | |
1997-02-18 | Add the necessary pieces to boot on a PowerMAC, does not currently work, | Dale S. Rahn | |
Debugging in progress. | |||
1997-02-18 | Add the note object to the executable. | Dale S. Rahn | |
1997-02-18 | Add note file to elf executable to tell firmware what mode to boot in. | Dale S. Rahn | |
Is this correct to have real-mode 0? It boots... | |||
1997-02-18 | Update to InterNIC's 01221997 named.root file. | gene | |
1997-02-18 | Undo last changes; it makes it impossible to suspect su in Kerberos mode, | Thorsten Lockert | |
and also interferes with multiple sessions by removing tickets potentially in use by those other sessions. | |||
1997-02-18 | VM_MIN_KERNEL_ADDRESS -> virtual_avail | kstailey | |
1997-02-18 | add -e command line option to suppress use of editline(3)\ | kstailey | |
this is useful for Emacs ange-ftp | |||
1997-02-18 | create the device nodes for rd in a sane way. | Dale S. Rahn | |
create disklabel proto for ramdisk | |||
1997-02-18 | Add cvs tag, change tar to pax in a couple of places, tar is not on the | Dale S. Rahn | |
ramdisk image. | |||
1997-02-18 | Ok, these are more stragglers in my source tree. These changes were necessary | Dale S. Rahn | |
to clean up the interdependancies caused by the siginfo changes. | |||
1997-02-18 | Powerpc does not support pic, and for now because of a compiler bug, | Dale S. Rahn | |
does not support profiling. | |||
1997-02-18 | Gdb does not work on powerpc yet, do not configure or build it. | Dale S. Rahn | |
1997-02-18 | commit some stragglers in my source tree, cleaning up of ramdisk installation. | Dale S. Rahn | |
1997-02-18 | increase max. buffer size to pass checks for crypt output > 10 chars. | Niels Provos | |
1997-02-18 | Ignore SIGINT | Thorsten Lockert | |
1997-02-18 | Synch declaration of copypage w/ m68k-general definitions per Ken's changes. | gene | |
This might get moved out soon. | |||
1997-02-18 | Need strncpy.c now. | Jason Downs | |
1997-02-18 | if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while running | Theo de Raadt | |
with uid/gid mismatches, P_SUGIDEXEC should persist (in case the environment has not been cleaned). pointed out by wietse@porcupine.org | |||
1997-02-18 | cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsd | Theo de Raadt | |
1997-02-17 | whoops, typo | Theo de Raadt | |