Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-16 | map two pages of Sysmap rather than 1. | flipk | |
fixes ramdisk loading problem (kernel > 4M). some comments. | |||
1997-04-16 | Add a proper version number ala other ports, and clean up various parts of | Jason Downs | |
the Makefiles. Lots more to do... | |||
1997-04-16 | typo | Theo de Raadt | |
1997-04-16 | Merge 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-16 | fix cut 'n' paste | Jason Downs | |
1997-04-16 | Multiple include protection. | Jason Downs | |
1997-04-16 | clean more | Theo de Raadt | |
1997-04-16 | Changes up to NetBSD 970415. | Jason Downs | |
1997-04-16 | exec() changes. | Jason Downs | |
1997-04-16 | Don't source /etc/rc.securelevel if it doesn't exist and be | Todd C. Miller | |
more verbose when upping the securelevel. | |||
1997-04-16 | Sync 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-16 | Make mkioctls obey the DESTDIR environment variable. | Todd C. Miller | |
From NetBSD (leo). | |||
1997-04-16 | Use _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-16 | No 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-16 | Change rmt -> rst and use _PATH_DEFTAPE as default file if none is | Todd 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-16 | Add _PATH_DEFTAPE | Todd C. Miller | |
1997-04-16 | build ramdisk using vnd. rd builds suck (can you say race?) | Theo de Raadt | |
1997-04-16 | repair rdroot | Theo de Raadt | |
1997-04-16 | two fs images | Theo de Raadt | |
1997-04-16 | nice printf | Theo de Raadt | |
1997-04-15 | New /etc/rc.securelevel should be under cover of /etc/security | Niklas Hallqvist | |
1997-04-15 | Add /root/.shosts and /etc/shosts.equiv | dima | |
1997-04-15 | Added revnetgroup in ypserv's Makefile and added support for netgroup. -moj | Mats O Jansson | |
1997-04-15 | Add 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-15 | extern int debug; | Michael Shalayeff | |
1997-04-15 | pass 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-15 | no more assembly setup. all the gung is ok already in srt0.S | Michael Shalayeff | |
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes! | |||
1997-04-15 | support more S3 chipsets. done by comparing against SuperCode; | Theo de Raadt | |
wisner@gryphon.com | |||
1997-04-15 | for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.il | Theo de Raadt | |
1997-04-15 | handle \\ at start of line; christos | Theo de Raadt | |
1997-04-15 | need an rd | Theo de Raadt | |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos | |
some corrections. | |||
1997-04-15 | create empty /var/log/ipflog, sort the /var/log file creations | Thomas Graichen | |
alphabetical :-) and remove the entry for tahoe (is the vax entry still used ?) | |||
1997-04-15 | correct the paranoia check | Theo de Raadt | |
1997-04-15 | Add quirk, type for AT3 scanner (ViewStation 32) | Thorsten Lockert | |
1997-04-15 | kill route flush until .. hmm kernel routing socket bug or something | Theo de Raadt | |
1997-04-15 | split rc.local, creating rc.securelevel. Read the comments. If you believe | Theo de Raadt | |
in securelevels, follow them religiously. Problem found by millert... | |||
1997-04-15 | indent | Theo de Raadt | |
1997-04-15 | nice printf, do not bite | Theo de Raadt | |
1997-04-15 | mostly repair option arg handling for booting | Theo de Raadt | |
1997-04-15 | partition table in biosboot too. Max 28 BLKCNT, too | Theo de Raadt | |
1997-04-15 | copyright to toby (; | Michael Shalayeff | |
1997-04-15 | do bounce-buffering to avoid DMA overrun | Michael Shalayeff | |
somebody, test it! | |||
1997-04-15 | kill bogus comments | Michael Shalayeff | |
1997-04-15 | print debugging stuff only when debug!=0 | Michael Shalayeff | |
1997-04-14 | enable blowfish per default, explanationary blurb | Niels Provos | |
1997-04-14 | works a bit better with extended partitions. hack. | Niels Provos | |
1997-04-14 | Forgot one change... | Per Fogelstrom | |