Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-11 | add NTP | kstailey | |
1997-04-11 | Various comments | Tobias Weingartner | |
1997-04-11 | machdep_start has to do esym mucking... | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Fix out of date phone number for the Netherlands. PR documentation/160 | gene | |
1997-04-11 | - check existing pid file and don't start up if there is already | Todd C. Miller | |
a mountd running - if there is a problem with an entry in an exports line don't throw away the whole line unless it is obviously bogus. | |||
1997-04-11 | add tag | kstailey | |
1997-04-11 | my home PC | kstailey | |
1997-04-11 | add more partition types. add (non-functional) Extended partition support | Theo de Raadt | |
which can be finished by someone who has Extended partitions (HINT: I would really like to see this working for 2.1) | |||
1997-04-11 | OpenBSD tags | Niklas Hallqvist | |
1997-04-11 | add support for a script called /etc/rc.shutdown | Theo de Raadt | |
1997-04-11 | We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd into | gene | |
the newly installed partition won't do much good. Thanks to Tobias Richter <tsr@cave.isdn.cs.tu-berlin.de> for noticing this. | |||
1997-04-11 | Update from Cygnus + corrections to OpenBSD recognition by me | Niklas Hallqvist | |
1997-04-10 | queue handling hacks for chips like aic7860 which have small numbers of SCB's. | Theo de Raadt | |
by gibbs@freebsd.org | |||
1997-04-10 | Error if bsize < fsize. Problem noted by Dieter Dworkin Muller | Todd C. Miller | |
<dworkin@village.org> | |||
1997-04-10 | Ignore SE/30 faux-video card. | briggs | |
1997-04-10 | give only default values when asked for. | Niels Provos | |
1997-04-10 | mention .group entries in /etc/passwd.conf | Niels Provos | |
1997-04-10 | enable .group entries in /etc/passwd.conf | Niels Provos | |
1997-04-10 | Don't use gcc builtin __builtin_return_address(frameno) on | Todd C. Miller | |
alpha, it crashes the kernel. This is a work around until gcc is fixed. NetBSD PR#3471 fix from Ross Harvey <ross@teraflop.com> | |||
1997-04-10 | Need to separate i/o and mem on mips | Per Fogelstrom | |
1997-04-10 | Zilog z8536 defs | Per Fogelstrom | |
1997-04-10 | Ooops! These have to be committed after pcidevs. Doing a make and commit | Per Fogelstrom | |
all together at the same time yields the wrong revision number. Sorry. | |||
1997-04-10 | These two was not ready for commit yet. Backed out. | Per Fogelstrom | |
1997-04-10 | Add Matrox Mystique | Per Fogelstrom | |
1997-04-10 | Attempt to clean up local devices. | Per Fogelstrom | |
Added support for new QED RT52x0 processors. | |||
1997-04-10 | stripped down | Per Fogelstrom | |
1997-04-10 | __C -> __abs_c for consistency with usage in tc_* | Todd C. Miller | |
1997-04-10 | how is this for fast bug fixing response! revert to sigblock() since the | Theo de Raadt | |
sigprocmask() code was not equivelant. report from grr@shandakor.tharsis.com, PR#154 | |||
1997-04-10 | do not need sys/types.h; dima@tejblum.dnttm.rssi.ru | Theo de Raadt | |
1997-04-10 | always skip the first 8K of swap. Yes, 8K, not some manufactured number that ↵ | Theo de Raadt | |
ends up being 4K | |||
1997-04-10 | additions & fixes from niklas & i | Theo de Raadt | |
1997-04-10 | their is -> there is | kstailey | |
1997-04-10 | another 8MB of swap and it works | kstailey | |
1997-04-10 | calc page alignment correctly for -p; pk@netbsd | Theo de Raadt | |
1997-04-10 | if generating obj@ links, check if the existing obj@ link points to the | Theo de Raadt | |
same path we want to make it point to later. If it does, leave the link as-is and do not attempt to recreate it. read-only /usr/src with obj@ links will work much better with this. Fix from Niklas -- anyone who figures out a way to do this without using perl gets a cookie. | |||
1997-04-10 | machine@ is a horrible hack in obj@ space. ignore the error. fix later | Theo de Raadt | |
1997-04-10 | allow syntax of the form "route add -net 192.168.64.0/20 <destaddr>"; | Theo de Raadt | |
phk@freebsd, man page changes done by me 'cause i'm a bit bored | |||
1997-04-10 | fix up a few pieces of doc. | Theo de Raadt | |
NOTE: FreeBSD has now integrated issetugid() into their system and have changed the semantics! Their's will return 1 if a process has called setuid() or setgid() ---- ours was specifically designed to be decoupled from that behaviour. | |||
1997-04-10 | doc EOPNOTSUPP, EMLINK, and fix EPERM. from various places | Theo de Raadt | |
1997-04-10 | Do block/sector handling like the other ports | Niklas Hallqvist | |
1997-04-10 | SunOS emulation trap#2 handling from NetBSD (gwr via scottr) | Niklas Hallqvist | |
1997-04-10 | Stop the SONIC before setting reset, not after... | briggs | |
1997-04-10 | Add missing __C #define | Todd C. Miller | |
1997-04-10 | Changes from Denny Gentry <denny1@home.com>: | briggs | |
Change in the way receive buffer areas are handled. Before we gave the chip 16 buffers, each 1536 bytes (big enough for one packet). Now we're handing the chip 8 buffers, each 4 Kbytes, and letting the chip fit as many packets as it can in each one. This should help keep it from running out of buffer space. Also make some of the performance-crucial routines inline. It made no measurable difference except to make me feel better | |||
1997-04-10 | Fix typo (aligend -> aligned) | Todd C. Miller | |
1997-04-10 | Fix typos. | Todd C. Miller | |