summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-21do not pass up un-init vftypeTheo de Raadt
1997-02-21Bring in siginfo changes from mvme68k port & Theo. Compiles.briggs
1997-02-21Removed some of the ugliness in ipsp_kern().Angelos D. Keromytis
1997-02-21flesh out icmp, no rpc info for -nTheo de Raadt
1997-02-20strncpy needed for ufs.cgvf
1997-02-20CFLAGS+=, from m4@umn.eduTheo de Raadt
1997-02-20Fix for NetBSD's bug from NetBSD.Jason Downs
1997-02-20update.Per Fogelstrom
1997-02-20cpio emulation for paxThorsten Lockert
1997-02-20Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland]Thorsten Lockert
1997-02-20gratituous compatibility with NetBSDkstailey
1997-02-20more of samekstailey
1997-02-20From 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-20Document EINVALThorsten Lockert
1997-02-20Don't add shells multiple times, from tv@pobox.com. PR# user/112.Jason Downs
1997-02-20DES library for IPSEC; Eric Young (eay@mincom.oz.au)Theo de Raadt
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz
1997-02-19NS DP875x series clock chip definition file.Per Fogelstrom
1997-02-19Add 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-19Change usage() so it shows the right line arguments.Angelos D. Keromytis
1997-02-19f77 0.5.19.1.Jason Downs
1997-02-19Update.Jason Downs
1997-02-19Use standard instance names for kadmin communicationThorsten Lockert
1997-02-19Get database renames correctThorsten Lockert
1997-02-19Really strip the domain part before generating instance nameThorsten Lockert
1997-02-19kadmind should be in /usr/sbinThorsten Lockert
1997-02-19Start kadmind if kerberos serverThorsten Lockert
1997-02-19merge in some NetBSD pmap codekstailey
1997-02-18open master.passwd before doing pw_copyNiels Provos
1997-02-18reversed changesNiels Provos
1997-02-18Add the necessary pieces to boot on a PowerMAC, does not currently work,Dale S. Rahn
Debugging in progress.
1997-02-18Add the note object to the executable.Dale S. Rahn
1997-02-18Add 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-18Update to InterNIC's 01221997 named.root file.gene
1997-02-18Undo 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-18VM_MIN_KERNEL_ADDRESS -> virtual_availkstailey
1997-02-18add -e command line option to suppress use of editline(3)\kstailey
this is useful for Emacs ange-ftp
1997-02-18create the device nodes for rd in a sane way.Dale S. Rahn
create disklabel proto for ramdisk
1997-02-18Add cvs tag, change tar to pax in a couple of places, tar is not on theDale S. Rahn
ramdisk image.
1997-02-18Ok, these are more stragglers in my source tree. These changes were necessaryDale S. Rahn
to clean up the interdependancies caused by the siginfo changes.
1997-02-18Powerpc does not support pic, and for now because of a compiler bug,Dale S. Rahn
does not support profiling.
1997-02-18Gdb does not work on powerpc yet, do not configure or build it.Dale S. Rahn
1997-02-18commit some stragglers in my source tree, cleaning up of ramdisk installation.Dale S. Rahn
1997-02-18increase max. buffer size to pass checks for crypt output > 10 chars.Niels Provos
1997-02-18Ignore SIGINTThorsten Lockert
1997-02-18Synch declaration of copypage w/ m68k-general definitions per Ken's changes.gene
This might get moved out soon.
1997-02-18Need strncpy.c now.Jason Downs
1997-02-18if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while runningTheo 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-18cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsdTheo de Raadt
1997-02-17whoops, typoTheo de Raadt