summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-03-08implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->Markus Friedl
no need to do enter passphrase or do expensive sign operations if the server does not accept key).
2001-03-08whack exit(-#)Theo de Raadt
2001-03-08whack exit(-#)Theo de Raadt
2001-03-08spelling, cleanup; ok deraadt@Kevin Steves
2001-03-08document that exit() -> wait() only returns low bitsTheo de Raadt
2001-03-08Put "Symbios" in the NAME so man -k will find it; ian@darwinsys.comAaron Campbell
2001-03-08unused; ok markus@Kevin Steves
2001-03-08Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as asmart
wrapper, so this removes a dependence on the old VM system. From NetBSD. art@ ok
2001-03-08spellingTodd T. Fries
2001-03-08typo, PR#1717Jakob Schlyter
2001-03-08indentationArtur Grabowski
2001-03-08Be more careful about who we treat as the syncer.Artur Grabowski
2001-03-08make nd6_storelladdr()'s behavior consistent about mbuf freeing on errors.Jun-ichiro itojun Hagino
do not touch static ND entry on ND cache entry updates. couple of costmetic sync. sync with kame