summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-17I had rcs-openbsd.pl have its way hereNiklas Hallqvist
1997-04-17make unconnected sockets get a random port #, tooTheo de Raadt
1997-04-17add pppd, chat, and /etc/ppp files. (it fits!)Theo de Raadt
1997-04-17Removal of race conditions. Inspired by Charles Hannum'sNiklas Hallqvist
<mycroft@netbsd.org> reorganization of the vm_collapse logic, although not used verbatim. We no longer collapse objects from the pagedaemon as that is not necessary anymore with the more aggressive collapses that gets done. This also increases performance of loaded systems. Much KNF too.
1997-04-17Use the real times returned by dkreadstat().Tobias Weingartner
The use of FSHIFT and FSCALE need to be reviewed in rpc.rstatd. Does the protocol specify a value for these, or are they system dependant? Currently we pass the kernel values back unmodified, which is not what the protocol specifies. Check sys/param.h and rpcsvc/rstat.x to see.
1997-04-16Missing init of a bus_space_tagNiklas Hallqvist
1997-04-16make install floppy for snapshotTheo de Raadt
1997-04-16no printers on install diskTheo de Raadt
1997-04-16add RB_KDB supportTheo de Raadt
1997-04-16Don't modify variables in the child since we vfork()'d toTodd C. Miller
get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson).
1997-04-16add ext2fsTheo de Raadt
1997-04-16on floppy, call kernel bsd not bsd.gzTheo de Raadt
1997-04-16floppy.fsTheo de Raadt
1997-04-16cleanup from danny@freebsdTheo de Raadt
1997-04-16map two pages of Sysmap rather than 1.flipk
fixes ramdisk loading problem (kernel > 4M). some comments.
1997-04-16Add a proper version number ala other ports, and clean up various parts ofJason Downs
the Makefiles. Lots more to do...
1997-04-16typoTheo de Raadt
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me.
1997-04-16fix cut 'n' pasteJason Downs
1997-04-16Multiple include protection.Jason Downs
1997-04-16clean moreTheo de Raadt
1997-04-16Changes up to NetBSD 970415.Jason Downs
1997-04-16exec() changes.Jason Downs
1997-04-16Don't source /etc/rc.securelevel if it doesn't exist and beTodd C. Miller
more verbose when upping the securelevel.
1997-04-16Sync with NetBSD (lukem):Todd C. Miller
* differentiate between being connected, and being logged in * cleanup some text messages * support username & password ftp URLs (ftp://user:pass@host/) in non-proxy situations; assume proxy supports it for proxy situations. * cd to / before performing any autofetch transfers
1997-04-16Make mkioctls obey the DESTDIR environment variable.Todd C. Miller
From NetBSD (leo).
1997-04-16Use _PATH_DEFTAPE not DEFTAPE in mt(1)Todd C. Miller
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion.
1997-04-16_PATH_DEFTAPE is now defined in <paths.h>Todd C. Miller
Change man page to reflect new default tape drive (/dev/rst0)
1997-04-16No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h>Todd C. Miller
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm"
1997-04-16Change rmt -> rst and use _PATH_DEFTAPE as default file if none isTodd C. Miller
specified.
1997-04-16<paths.h> now includes _PATH_DEFTAPE. Change rmt0 -> rst0 in man page.Todd C. Miller
From NetBSD (lukem).
1997-04-16Add _PATH_DEFTAPETodd C. Miller
1997-04-16build ramdisk using vnd. rd builds suck (can you say race?)Theo de Raadt
1997-04-16repair rdrootTheo de Raadt
1997-04-16two fs imagesTheo de Raadt
1997-04-16nice printfTheo de Raadt
1997-04-15New /etc/rc.securelevel should be under cover of /etc/securityNiklas Hallqvist
1997-04-15Add /root/.shosts and /etc/shosts.equivdima
1997-04-15Added revnetgroup in ypserv's Makefile and added support for netgroup. -mojMats O Jansson
1997-04-15Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>.Mats O Jansson
Hacked a bit to generate output ala Sun (handle different domains). -moj
1997-04-15extern int debug;Michael Shalayeff
1997-04-15pass bootdev to kernel...Michael Shalayeff
all the future devices have to copy it into global var... in the current state i can boot any kernel i have.... testers?
1997-04-15no more assembly setup. all the gung is ok already in srt0.SMichael Shalayeff
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes!
1997-04-15support more S3 chipsets. done by comparing against SuperCode;Theo de Raadt
wisner@gryphon.com
1997-04-15for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.ilTheo de Raadt
1997-04-15handle \\ at start of line; christosTheo de Raadt
1997-04-15need an rdTheo de Raadt
1997-04-15documentation for arc4random. this is out of memory, might needNiels Provos
some corrections.
1997-04-15create empty /var/log/ipflog, sort the /var/log file creationsThomas Graichen
alphabetical :-) and remove the entry for tahoe (is the vax entry still used ?)
1997-04-15correct the paranoia checkTheo de Raadt