summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-06-02shut up GCC -Wall about /* inside a commentNiklas Hallqvist
1996-06-02explictly state getvnode's return typeNiklas Hallqvist
1996-06-02Make kerberos work with OBJMACHINE style objdirsNiklas Hallqvist
1996-06-02include *rnd devices.Michael Shalayeff
1996-06-02traverse down below, building what we needTheo de Raadt
1996-06-02create vnd filesystem in a file in /tmp (now we assume /tmp is a non-nfsTheo de Raadt
filesystem, instead of assuming src or obj are non-nfs)
1996-06-02Minor fixes and cleanup.Michael Shalayeff
1996-06-02Don't install kerberosIV headers twice when doing "make build"Thorsten Lockert
1996-06-02Fix back my fixes lost in last sync.Michael Shalayeff
1996-06-02Correct attach outputThorsten Lockert
1996-06-02Recurse into a few more select directories on "make includes"Thorsten Lockert
1996-06-02kerberosIV now understand "includes" target tooThorsten Lockert
1996-06-02Use "includes" target to install include filesThorsten Lockert
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
Install BSD curses library as -locurses and <ocurses.h>
1996-06-02Add LIBOLDCURSESThorsten Lockert
Add LIBTERMLIB
1996-06-02Correct library dependenciesThorsten Lockert
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Be consistent in use of LIBTERMCAP and LIBTERMLIB when depending
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Be comsistent in use of LIBTERMCAP and LIBTERMLIB when depending
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
1996-06-02Correct file names in READMEThorsten Lockert
Remove outdated file Comment out local domain configuration so we don't get warnings from various programs using the Kerberos code when the user has not configured his system
1996-06-02Don't install krb.equiv; it is no longer usedThorsten Lockert
1996-06-02Remove outdated prototypeThorsten Lockert
1996-06-02Add sample configuration; incidentally the configuration used on my systemThorsten Lockert
1996-06-02sendmail 8.9.1Thorsten Lockert
1996-06-02COnfiguration file for kernel on my machineThorsten Lockert
1996-06-02Ignore another compile directoryThorsten Lockert
1996-06-02Don't install test aperture programThorsten Lockert
Install aperture postinstall script for use with modload
1996-06-02Build aperture driver if on i386Thorsten Lockert
1996-06-02Protect against the user overrunning and internal bufferThorsten Lockert
1996-06-01prompt with : instead of :-Theo de Raadt
1996-06-01splbio over scsi_done; isdma_copyfrombuf() inside this block is not a realTheo de Raadt
performance issue VOLATILE_XS() means it is probably very small.
1996-06-01do not access sc_link before setTheo de Raadt
1996-06-01fix `swap generic' , add IPFILTER, add a useful le0Theo de Raadt
1996-06-01first attempt at `swap generic' and `boot -a' support. it is a bit ugly,Theo de Raadt
but it works.
1996-06-01all ports have dk_establish()Theo de Raadt
1996-06-01all ports have dk_establish()Theo de Raadt
1996-06-01all ports have dk_establishTheo de Raadt
1996-06-01i386 needs dk_establish()Theo de Raadt
1996-06-01allow client-only kernel to be compiled.Michael Shalayeff
1996-05-31Only one kernel from now.Michael Shalayeff
1996-05-31Only one kernel from now.Michael Shalayeff
1996-05-31Fix last commit (kc was w/ kc-common CVS/*)Michael Shalayeff
1996-05-31Assume the fact of a single INST kernel.Michael Shalayeff
Use 1.44M 3" diskette image (no space left on 1.2M 5").
1996-05-31on second thought, trash -Z option. LOCALID now comes from $RCSLOCALIDTheo de Raadt
1996-05-31retain -Z options to rcs commands even though they do not work (rcsTheo de Raadt
commands spawn children which do not inherit the -Z option...) but also look in the RCSLOCALID environment variable. cvs sets this to "OpenBSD", as read from the options file.
1996-05-31fixes by hannken and deraadtTheo de Raadt
1996-05-31Added prototypesNiklas Hallqvist
1996-05-31-Wall and -Wstrict-prototypes cleanupNiklas Hallqvist
1996-05-31a cvs testTheo de Raadt
1996-05-31-Wno-uninitialized is a good idea when doing -Wall -WerrorNiklas Hallqvist