Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-09 | minimal kernel to fit on kc boot floppy. | Dale S. Rahn | |
1997-01-09 | Booting OpenBSD not NetBSD. | Dale S. Rahn | |
Change the print to reflect that. | |||
1997-01-09 | ELF does not use the leading '_' on any port, not just MIPS. | Dale S. Rahn | |
1997-01-09 | port is powerpc not, ppc. | Dale S. Rahn | |
Make the defines so. | |||
1997-01-09 | support resident page count. | Dale S. Rahn | |
Attempt at least, pmap doesn't allow for exact tracking. | |||
1997-01-09 | adding further support. | Dale S. Rahn | |
1997-01-09 | kernel is bsd not netbsd | Dale S. Rahn | |
1997-01-08 | If config-file is not starting with /, consider it to be a | Niklas Hallqvist | |
relative path. | |||
1997-01-08 | "Too much paranoia" + fake domain in anonftp password as some stupid sites | Niklas Hallqvist | |
requires it to at least look sensible. | |||
1997-01-08 | svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3 | Niklas Hallqvist | |
1997-01-08 | Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the ports | Niklas Hallqvist | |
mechanism. This was the least intrusive way we found to solve the problem of getting ports' Makefiles have bsd.own.mk included. | |||
1997-01-08 | note elvis born | Michael Shalayeff | |
1997-01-07 | backed out prev. netbsd merge except for smaller proc table | kstailey | |
1997-01-07 | some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path work | Niklas Hallqvist | |
1997-01-07 | Return exit status != 0 if any transfers fail in the commandline | Niklas Hallqvist | |
specified file fetch mode. Makes backup locations in the ports system work. | |||
1997-01-07 | Add missing files from last commit (the one of 12-Dec- 1996) that prevented | imp | |
configuring of gdb on mips platforms. Thanks to Thomas Graichen for pointing out they were missing. | |||
1997-01-07 | Document the exit values | Niklas Hallqvist | |
1997-01-07 | Return a sane return value so the bsd.port.mk conditions work | Niklas Hallqvist | |
1997-01-07 | DOH! Fixing big endian broke little.. | Niklas Hallqvist | |
1997-01-07 | don't use LDADD+=-ltermlib on the mips - because it causes problems | Thomas Graichen | |
with the linker (weak symbols) | |||
1997-01-07 | add elf2aout to the mips machines - i would like to keep both of them | Thomas Graichen | |
on both (pmax and arc) - because this way it is easy to build kernels for eachother | |||
1997-01-07 | getpagesize(2) -> getpagesize(3) | kstailey | |
1997-01-07 | Fix for final ptdi panic on i386 | Thorsten Lockert | |
1997-01-06 | Allow device names to be four characters (eg mcd0 or acd0). -moj | Mats O Jansson | |
1997-01-06 | add -r switch for onlcr translation | Michael Shalayeff | |
1997-01-06 | Fix these for big endian systems | Niklas Hallqvist | |
1997-01-05 | OpenBSD tags | Thorsten Lockert | |
1997-01-05 | malloc(3) paper by phk; from FreeBSD | Thorsten Lockert | |
1997-01-05 | Integrate latest malloc(3) from FreeBSD | Thorsten Lockert | |
1997-01-05 | typo, kleink@layla.inka.de | Theo de Raadt | |
1997-01-05 | mention rfc1938 | Todd C. Miller | |
1997-01-05 | Signals are now blocked while ftpd runs with euid 0, as suggested by | bitblt | |
Weiste Venema. If this triggers any problems (most likely with ABOR not working at certain times) let me know. | |||
1997-01-05 | minor tweaks; htonl() -> ntohl(); added SEE ALSO | kstailey | |
1997-01-05 | Remove lots of timer_state structs as they just ate memory and only a few was | Niklas Hallqvist | |
ever used. Now a single state is kept for net, tty and disk events resp. Also, call the randomness from disk_unbusy instead of biodone, as biodone gets a lot of virtual events (from virtual filesystems etc), and as a bonus: feed xfer time and size into the entropy pool too. | |||
1997-01-05 | these pieces are done | Theo de Raadt | |
1997-01-05 | HOSTCC; from rahnds | Theo de Raadt | |
1997-01-05 | HOSTCC; from rahnds | Theo de Raadt | |
1997-01-05 | absent pcmcia cards do not interrupt | Theo de Raadt | |
1997-01-05 | Add cross back, as it at least compiles now | Niklas Hallqvist | |
1997-01-05 | First stab at making a VM-controlled bankswitching driver | Niklas Hallqvist | |
for the CrossLink driver | |||
1997-01-04 | added D to getopt() string | kstailey | |
1997-01-04 | spec_advlock() via lf_advlock() | kstailey | |
1997-01-04 | VM_PAGE_INIT takes an offset as the 3rd arg, not a pointer | Niklas Hallqvist | |
1997-01-04 | Add XXX comment about the delay port | Niklas Hallqvist | |
1997-01-04 | Remove extra blank line | Niklas Hallqvist | |
1997-01-04 | Go to Buslogic and SCSI | Niklas Hallqvist | |
1997-01-04 | Print warning when not recognizing the boot device. | Niklas Hallqvist | |
Also get the partition number from the BIOS when building bootdev. | |||
1997-01-04 | bus.h not bus.old.h | Niklas Hallqvist | |
1997-01-04 | Temporarily comment out cross as it is not compiling yet | Niklas Hallqvist | |
1997-01-04 | I use IP-filtering at home now too | Niklas Hallqvist | |