Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-23 | mmmmap() bounds check. | Jason Downs | |
1999-04-23 | Kcore dump, from NetBSD. | Jason Downs | |
1999-04-23 | Add kcore.h | Jason Downs | |
1999-04-23 | Fix kcore initialization. | Jason Downs | |
1999-04-22 | Fixed cut & paste error in .Nx 1.4 macro. | Alex Feldman | |
1999-04-22 | MACHINE_NEW_NONCONTIG code. From NetBSD. Needed by UVM | Artur Grabowski | |
1999-04-22 | we don't need to include buf.h | Artur Grabowski | |
1999-04-22 | uvmspace_exec can change p_vmspace! | Artur Grabowski | |
1999-04-22 | better panic message | Artur Grabowski | |
1999-04-22 | UVM stuff. Mostly name changes. | Artur Grabowski | |
1999-04-22 | spelling | Marc Espie | |
1999-04-22 | UVM stuff. vm_fault -> uvm_fault | Artur Grabowski | |
1999-04-22 | UVM kernacc -> uvm_kernacc | Artur Grabowski | |
1999-04-22 | UVM fixes. Mostly changed function names. | Artur Grabowski | |
New buffer allocation from NetBSD | |||
1999-04-22 | kcopy needed by UVM. From NetBSD | Artur Grabowski | |
1999-04-22 | UVM fixes, cnt -> uvmexp | Artur Grabowski | |
1999-04-22 | constants for UVM | Artur Grabowski | |
1999-04-22 | fix mktemp trash, indent; bug spotted by bmw@visgen.com | Theo de Raadt | |
1999-04-22 | [vp]{addr,size}_t needed by UVM | Artur Grabowski | |
1999-04-22 | implement pmap_{,de}activate | Artur Grabowski | |
1999-04-22 | protect from multiple include | Artur Grabowski | |
1999-04-22 | UVM fixes. vm_map_create -> uvm_map_create and kmem_alloc -> uvm_km_alloc | Artur Grabowski | |
1999-04-22 | UVM fixes, just a few useracc -> uvm_useracc | Artur Grabowski | |
1999-04-22 | Heh, this was definitely not tested. cpp sytax errors. | Niklas Hallqvist | |
1999-04-22 | remove unnecessary links | Niels Provos | |
1999-04-22 | fix device selector, spif isn't an DV_NET, missing sbus_establish | Jason Wright | |
1999-04-22 | Bug fixes from NetBSD, port-powerpc/7240 and port-powerpc/7243 | Dale S. Rahn | |
The first fixes a major problem seen _too_ many times to record. If a task that is busy doing disk io is interrupted with a ^C, its would frequently put the system into a mode where it would very shortly crash, It was known that it was a signal delivery that was occurring incorrectly, but had not been diagnosed where. It is no longer possible to crash the machine on whim. (This probably should be recorded as a stability patch for 25). The second was not a bug that had ever been seen to be identified, but looking at the code it was obvious that the onfault variable was not being reset before the function exit. The code differs between NetBSD and OpenBSD somewhat, however only two instances of the code was reported, and three instances exist in the OpenBSD code. (all were fixed). | |||
1999-04-22 | Add mac68k to the -p list... | Jason Downs | |
1999-04-22 | Follow proper OpenBSD shutdown/power off semantics. | Jason Downs | |
1999-04-21 | From Tom Henderson <tomh@cs.berkeley.edu>: | Niels Provos | |
Fixed a sequence wraparound bug in the snd_recover variable discovered in very large (multiple GByte) transfers (in loss free conditions, snd_recover was not sufficiently tracking snd_una). Thanks to Mark Smith for finding this. Fixed a bug in tcp_newreno that was preventing retransmission of data due to partial acks. (Discovered by Jayanth Vijayaraghavan) | |||
1999-04-21 | seperate -> separate, people really need to learn how to spell this word | Aaron Campbell | |
1999-04-21 | sucessful -> successful | Aaron Campbell | |
1999-04-21 | Don't display the string associated with errno for "basedir too long" | Alex Feldman | |
diagnostic. Issue a diagnostic message if the master.passwd file isn't specified as an absolute path. | |||
1999-04-21 | This is OpenBSD. | Alex Feldman | |
1999-04-21 | Added -susv2 macro: Version 2 of the Single UNIX Specification | Alex Feldman | |
1999-04-21 | Save a copy of the boot messages in /var/run/dmesg.boot. | Alex Feldman | |
1999-04-21 | mention that strings in lastlog and utmp are not guaranteed to be NUL-terminated | Todd C. Miller | |
1999-04-21 | int -> size_t | brian | |
1999-04-21 | Split the recorded chap challenge into two - one for the | brian | |
receiver and one for the sender. This allows two simultaneous chap conversations - something that I *thought* I was already doing on a daily basis myself until the existence of the problem was Beaten into me by: sos@FreeBSD.org | |||
1999-04-21 | If ioctl TIOCMGET fails, continue. The device may be | brian | |
a pseudo device created by an interactive version of rlogin/telnet/ssh & friends | |||
1999-04-21 | First cut at powerpc support for uthread. Not complete. | Dale S. Rahn | |
1999-04-21 | Fix the _THREAD_SAFE path through the cerror code for powerpc. | Dale S. Rahn | |
libc_r was never completed for the powerpc arch. | |||
1999-04-21 | Removed deprecated -S option from synopsis. | Alex Feldman | |
1999-04-21 | Typo in diagnostic; gonter@whisky.wu-wien.ac.at | Alex Feldman | |
1999-04-21 | Improved ps formatting. | Alex Feldman | |
1999-04-20 | bcd, morse, and ppt are not playable games and so don't need to be run | Paul Janzen | |
via dm. | |||
1999-04-20 | if mount fails with EINVAL, say "not an MSDOS filesystem" | Todd C. Miller | |
1999-04-20 | 'unsuccessful' has 2 'c's. | Paul Janzen | |
1999-04-20 | messup, learn to test *all* variants of compile options when | Niklas Hallqvist | |
altering the logic round such. | |||
1999-04-20 | Don't call sendmail with "-f root" since sendmail isn't run by a "trusted | Paul Janzen | |
user". Removes the X-Authentication-Warning. From FreeBSD. |