Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-12 | use the profile.h from the arc - this way the | Thomas Graichen | |
undefined reference to `___mcount' problems are solved - a lot of thanks to per | |||
1997-04-12 | get an unreserved port if not root; required now that rresvport fails | Jim Rees | |
for non-root per bugno 70 | |||
1997-04-12 | theo can't get everything right :-) | Thomas Graichen | |
1997-04-12 | update to my current config file | Thomas Graichen | |
1997-04-12 | Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com> | Todd C. Miller | |
1997-04-12 | Fix from FreeBSD (David Nugent <davidn>) | Todd C. Miller | |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Fixes name size limitation (was hardcoded to 8). Closes FreeBSD PR#3258 | |||
1997-04-12 | long -> int to fix 64bit issues. This breaks 16bit machines but since we ↵ | Todd C. Miller | |
don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way) | |||
1997-04-12 | Be a bit more specific about EINVAL and negative offsets. | Thorsten Lockert | |
1997-04-12 | waitpid() can return -1 -- give a useful error message if it does. | Todd C. Miller | |
1997-04-12 | don't print more directory slashes than user specified on error. | michaels | |
Reported by Nick Sayer (nsayer@quack.kfu.com) in FreeBSD pr bin/3025. | |||
1997-04-12 | We need to copy the pathnames we get from fgetln() on stdin, as the buffer | Thorsten Lockert | |
will be reused. | |||
1997-04-12 | careful about bad domain/mapnames | Theo de Raadt | |
1997-04-12 | bit more careful with mapnames; adam@math.tau.ac.il | Theo de Raadt | |
1997-04-12 | botched strncpy, adam@math.tau.ac.il | Theo de Raadt | |
1997-04-12 | start of -h (human readable) flag. more to come | kstailey | |
1997-04-12 | convert mips* to mips so that we find the correct files in config | Thomas Graichen | |
1997-04-12 | configure with --disable-gdbtk - so that gdb will also configure | Thomas Graichen | |
correctly if you have tcl/tk installed | |||
1997-04-12 | reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd* | Thomas Graichen | |
1997-04-12 | A horrific gruesome hack to remove a splat during obj@ builds | Theo de Raadt | |
1997-04-12 | ign some signals for editor | Theo de Raadt | |
1997-04-12 | support SIGSTOP in editor, I cannot believe this has always been busted! | Theo de Raadt | |
1997-04-12 | a -> an; soil@quick.net | Theo de Raadt | |
1997-04-12 | Fixed coredump when passwd file is missing or unavailable. | Todd C. Miller | |
Reported by Jason Downs <downsj@teeny.org> and Klee Dienes <klee@mit.edu> (via a Debian Linux bug report). | |||
1997-04-12 | -1 flag enables v1 YP, otherwise it is disabled; from maja | Theo de Raadt | |
1997-04-12 | bit more care with domainnames, adam@math.tau.ac.il | Theo de Raadt | |
1997-04-11 | emacs is dumb too--the $TERM entry that is. | Todd C. Miller | |
1997-04-11 | If someone pressed a nonprintable character in getsn (eg in boot -c) the | Mats O Jansson | |
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj | |||
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> |