summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-09fix comment,Grigoriy Orlov
convert spaces -> tabs
2001-03-09minor irrelevant oopsTheo de Raadt
2001-03-09add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060Theo de Raadt
2001-03-09build using OpenBSD-m68k on m68k machinesTheo de Raadt
2001-03-09Block all signals in lostconn() and sigprocmask() since we are headedTodd C. Miller
for _exit(). Fixes a signal handler race condition.
2001-03-09do not strerror() a signoTheo de Raadt
2001-03-09add missing sub-headerMarco S Hyman
2001-03-09m{,un}lockallArtur Grabowski
2001-03-09locking typo.Artur Grabowski
2001-03-09On alpha, we want to memory map. ok mjacob@Nathan Binkert
2001-03-09Remove random trailing whitespace.Artur Grabowski
From gluk.
2001-03-09missing twe_unlock for failed get_ccb() for i/o scsi cmd, which was ↵Michael Shalayeff
impossible to trigger in twese case because of how maxcmds is calculated
2001-03-09Add a missing newline in debug mode to separate debug output fromTodd C. Miller
line containing command completion; "Brian J. Kifiak" <bk@rt.fm>
2001-03-09Typo in Synopsis; there's a -v option, not -uTodd C. Miller
"Brian J. Kifiak" <bk@rt.fm>
2001-03-09Don't list available keyboard encodings here, they may change often. Instead,Aaron Campbell
refer people to kbd(8) which now supports wscons.
2001-03-09give some dadaical credits and disable debuggingMichael Shalayeff
2001-03-09Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM.Aaron Campbell
2001-03-09Xr mlockallArtur Grabowski
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-09regenArtur Grabowski
2001-03-09Add mlockall and munlockall (dummy for the old vm system).Artur Grabowski
2001-03-09Remove two unnecessary splx(). This was missed somewhere along the way, sinceAaron Campbell
this was done long ago in NetBSD during an update to ppp-2.3b4.
2001-03-09typoArtur Grabowski
2001-03-09More syncing to NetBSD.Artur Grabowski
Implements mincore(2), mlockall(2) and munlockall(2). mlockall and munlockall are disabled for the moment. The rest is mostly cosmetic.
2001-03-09"/altroot" -> "/altroot/", so that it is clear this is a directory.Aaron Campbell
2001-03-09Remove hard sentence break.Aaron Campbell
2001-03-09typo; slade@shore.netTheo de Raadt
2001-03-09ami is supported now, battery at 35%Michael Shalayeff
2001-03-09enable in kernel configs at 42%Michael Shalayeff
2001-03-09final touchMichael Shalayeff
2001-03-09basic manpage for ami raid; battery is down to 57%!Michael Shalayeff
2001-03-09seems to work; rush because of cvs's battery at 73% nowMichael Shalayeff
2001-03-09proper irq printout (like other busses)Michael Shalayeff
2001-03-09differentiate fifo overrun errorsMichael Shalayeff
2001-03-09resize a buffer for long usernames; ianm@cit.uws.edu.auPaul Janzen
2001-03-09missing \n for MARKED FREE messages, some spacesMichael Shalayeff
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-09Protect protypes, certain macros, and inlines from userland. Checked userlandsmart
with a 'make build'. From NetBSD. art@ ok
2001-03-09exit(-#) is wrongTheo de Raadt
2001-03-09exit(-#) is wrongTheo de Raadt
2001-03-09create *.pub files with umask 0644, so that you can mv them to authorized_keysTheo de Raadt
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵Theo de Raadt
just got cranked a little while ago. discussion with millert
2001-03-09Move nanosleep() proto to from sys/time.h to time.h where it belongs.Todd C. Miller
Problem noted by Jean-Baptiste Marchand
2001-03-09PATH_MAX includes NULTheo de Raadt
2001-03-09Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.brian
2001-03-08Sync mirror list there, too, and update mirror contact address. deraadt@ okMiod Vallat
2001-03-08Include <machine/asm_macro.h>, reorder include files list.Miod Vallat
2001-03-08Define ff1() as a one-liner assembly inline, rather than a function inMiod Vallat
locore_asm_routines.
2001-03-08Forgot to add this file yesterday, as part of the new include files,Miod Vallat
for convenience of drivers.
2001-03-08exit(-1) -> exit(1)Angelos D. Keromytis