Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-15 | Use keepalives as the protocol never notices if a networked printer | Niklas Hallqvist | |
dies. | |||
1998-02-15 | fix a comment | Theo de Raadt | |
1998-02-15 | These files were new in the 2.8 import (into the FSF branch) and cvs is stupid | Niklas Hallqvist | |
enough to think my branch import want s the new files to end up in the trunk as well. Maybe cvs know how to do what I want, but I could not find it in the manpage | |||
1998-02-15 | update of old info. | Artur Grabowski | |
1998-02-15 | do not assume iosize is correct | Theo de Raadt | |
1998-02-15 | new pci ethernet card | Theo de Raadt | |
1998-02-15 | sync | Theo de Raadt | |
1998-02-15 | new WINBOND pci ethernet card | Theo de Raadt | |
1998-02-15 | provide an lo1 for the netmask hack | Theo de Raadt | |
1998-02-14 | Give correct format to strftime(3) instead of using "%c" and making | Todd C. Miller | |
assumptions as to what that will look like (which is idiotic as %c is locale-dependent). | |||
1998-02-14 | Changed %c in the builtin C locale from "%D %X" to the more | Todd C. Miller | |
common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1). | |||
1998-02-14 | Let's try for english grammar. | Theo de Raadt | |
1998-02-14 | further fixes from pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-02-14 | (no commit message) | Niklas Hallqvist | |
1998-02-14 | (no commit message) | Niklas Hallqvist | |
1998-02-14 | (no commit message) | Niklas Hallqvist | |
1998-02-14 | no, i guess that was not in 2.2 | Michael Shalayeff | |
1998-02-14 | add a note in bug section; from angelos@ | Michael Shalayeff | |
1998-02-14 | wildcard ifaces; finally, after HE said it's ok | Michael Shalayeff | |
1998-02-14 | add seperate so_euid & so_ruid to struct socket, so that identd is still ↵ | Theo de Raadt | |
fast.. Sigh. I will change this again later | |||
1998-02-14 | Don't install a new map if yp_all failed. Noticed by Theo. -moj | Mats O Jansson | |
1998-02-14 | Add support for DNS host lookup. -moj | Mats O Jansson | |
1998-02-14 | NetBSD sync: knf & __asm -> asm() | gene | |
Pointed do not merge *_match() semantics as we haven't changed those. | |||
1998-02-14 | clear scsi_xfer's status byte before executing or re-executing the command. | Theo de Raadt | |
1998-02-14 | recog STRIPDISC; kleink | Theo de Raadt | |
1998-02-14 | sync | Theo de Raadt | |
1998-02-14 | Sync from NetBSD: | gene | |
Add several new partition types. Process unknown partition types of A/UX type as SCRATCH rather than UNKNOWN. Hack around the long-standing 8-partition problem by searching the entire map and filling out the disklabel struct properly. | |||
1998-02-14 | Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compiling | David Leonard | |
kernels when using tools built from 'make cross-tools'. | |||
1998-02-14 | urgh | Theo de Raadt | |
1998-02-13 | Don't do chflags() if st_flags is zero. Fixes bogus error when | Todd C. Miller | |
uncompressing on an NFS filesystem. Noted by hubertf@channel.regensburg.org | |||
1998-02-13 | type botch | Theo de Raadt | |
1998-02-13 | make depend | Theo de Raadt | |
1998-02-13 | match unistd.h | Theo de Raadt | |
1998-02-13 | fix typo | Marco S Hyman | |
1998-02-13 | Sync to NetBSD: | gene | |
+ Some datatype nits and deprecation of register + Implement a much better debug structure that doesn't spam you with OpenBSD/mac68k doesn't trust itself... Complete merge minus the rtc_offset stuff. | |||
1998-02-13 | Prototypes and defines for the Quadra-line psc chip. | gene | |
Not yet used but will be in the code that is to come (mc). | |||
1998-02-13 | Document maximum (ok, so I'm a bit extreme) | Jason Downs | |
1998-02-12 | Look for installboot in /usr/mdec unless user specified otherwise. | Magnus Holmberg | |
1998-02-12 | Make man page agree with installation as to default config. | Marco S Hyman | |
1998-02-12 | Spelling and grammar fixes in error messages. Diffs mailed to art a while | gene | |
ago. | |||
1998-02-12 | correct bounds check | Theo de Raadt | |
1998-02-12 | copyright | Theo de Raadt | |
1998-02-11 | Move handle_signals() to before the FD_SETs. handle_signals() | brian | |
may result in a our modem closing after it's made its way into the fd_set, resulting in a program exit (with select(): bad file descriptor) rather than a dropped link. | |||
1998-02-11 | Fixed innocuous typo | David Leonard | |
1998-02-11 | Fixed typos | David Leonard | |
1998-02-11 | use fgetln() instead of fgets() so that we can catch \0 in the .rhosts | Theo de Raadt | |
file. Thanks to fc@parkone.ci.oakland.ca.us for lots of testing and diagnosis help. | |||
1998-02-11 | revert. Changes completely break on the alpha | Theo de Raadt | |
1998-02-11 | Based on a combination of work from FreeBSD and NetBSD with some tweaks from | gene | |
me: this fixes lots of casting issues and does a good cleanup. It kills the bugs found in our 'rusers' binary which didn't grok some servers correctly due to problems in our xdr. Thanks to an extensive debug session with A. Emory Lundberg (emory@hellyeah.com) | |||
1998-02-11 | make IPPORT_USERRESERVED a nice fat number -> random ports look really funky. | Theo de Raadt | |
1998-02-11 | syslogd gets a new -a argument: specify additional AF_UNIX log devices | Theo de Raadt | |
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea. |