Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-08 | make de(4) use ether_input_mbuf() | Brad Smith | |
From thorpej NetBSD ok krw@ martin@ | |||
2005-09-07 | make sure the administrative files that the commands depend on are | Joris Vink | |
present before we try to continue. ok xsa@ | |||
2005-09-07 | more stuffs for the CVS/Tag file; input+ok jmc@. | Xavier Santolaria | |
2005-09-07 | use `pkg-name' rather than `pkgname' here, for consistency with other | Jason McIntyre | |
pkg_* bits; ok espie@ | |||
2005-09-07 | tweaks; | Jason McIntyre | |
ok espie@ | |||
2005-09-07 | do not try to restore the spl level two times in a row. | Brad Smith | |
ok martin@ | |||
2005-09-07 | sort options and sync usage() | Jason McIntyre | |
2005-09-07 | split.1: | Jason McIntyre | |
add the relevant arguments to the options synopsis for -b and -l; tidy up the formatting of [-b byte_count[k|m]]; make SYNOPSIS arg for -l match its description; split.c: sync usage(); | |||
2005-09-07 | copy new annotations over. | Marc Espie | |
2005-09-07 | sort options and sync usage(); | Jason McIntyre | |
2005-09-07 | sort options and sync usage(); | Jason McIntyre | |
2005-09-07 | sort options, and sync usage(); | Jason McIntyre | |
2005-09-07 | enforce chanid != NULL; ok djm | Markus Friedl | |
2005-09-07 | SiS 182 SATA apparently acts in a non standard way and needs | Jonathan Gray | |
to be setup in a manner not documented by SiS, so don't list it as supported for now. | |||
2005-09-07 | LINES and \\ in PS1 prompt are implemented, so remove information | Jason McIntyre | |
which says they are not; from matthias kilian (pr #4476); ok otto@ | |||
2005-09-07 | Part of Alexandre Ratchov's last umidi diff that should have been committed. | Jonathan Gray | |
pointed out by reyk@ | |||
2005-09-07 | Remove FreeBSD/NetBSD ifdef mess. We are not likely to be | Jonathan Gray | |
doing a wholesale merge with them in future. very enthusiastic ok from reyk@ | |||
2005-09-07 | Fix bug that caused multi byte MIDI messages to get corrupted | Jonathan Gray | |
when a single real time byte is inserted. From Alexandre Ratchov. While I don't have a umidi device to test here it looks correct to me and alex has a history of sending good MIDI diffs. ok deraadt@ | |||
2005-09-07 | sync on shutdown | Michael Shalayeff | |
2005-09-07 | kill dead func proto | Michael Shalayeff | |
2005-09-07 | add stdlib.h | Brad Smith | |
2005-09-06 | fix two conf space related hw erratas; dino-moh-humm | Michael Shalayeff | |
2005-09-06 | regen | Michael Shalayeff | |
2005-09-06 | add proj namesand those more modern cpus we do not have ids for yet | Michael Shalayeff | |
2005-09-06 | add robert moog | Michael Shalayeff | |
2005-09-06 | add solidarnosc | Michael Shalayeff | |
2005-09-06 | reoder to start at new year and fix a couple of entries | Michael Shalayeff | |
2005-09-06 | comment out .Xr to strip(4), a page which does not get installed; | Jason McIntyre | |
while here, make the list item a bit better grammatically. | |||
2005-09-06 | pesky comma; | Jason McIntyre | |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre | |
idea from a mail to misc@ from simon dassow; | |||
2005-09-06 | document `what' from interactive mode: from ely petty; | Jason McIntyre | |
kill an unneeded .Pp whilst here; | |||
2005-09-06 | new sentence, new line...and generally just start new lines in sane places; | Jason McIntyre | |
while here, a little macro cleanup. | |||
2005-09-06 | some grammar fixes from simon morgan; | Jason McIntyre | |
fixes pr #4491 | |||
2005-09-06 | better word order; | Jason McIntyre | |
2005-09-06 | remove trailing whitespace; | Jason McIntyre | |
2005-09-06 | correct include for SYNOPSIS section... | Jason McIntyre | |
this diff is from iru aka muzgo, via pedro@, and ok art@ too; | |||
2005-09-06 | take some .Fd out of a literal block; | Jason McIntyre | |
from juha erkkila; | |||
2005-09-06 | when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure the | Wim Vandeputte | |
output goes to syslog and not console by moving around log_init OK henning@, markus@ and mblamer@ | |||
2005-09-06 | recognize flac format; from netbsd via | Federico G. Schwindt | |
Okan Demirmen <okan@demirmen.com> to tech@; deraadt@ ok. | |||
2005-09-06 | Remove old m88k workaround, now that we have SET_PC_REGS(). | Miod Vallat | |
2005-09-06 | Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmap | Miod Vallat | |
so much happy. | |||
2005-09-06 | Do not depend on MAX_CPUS being 4. | Miod Vallat | |
2005-09-06 | Correct control registers descriptive names for 88110. | Miod Vallat | |
2005-09-06 | MVME88K -> M88K in include file guard symbols. No functional changes. | Miod Vallat | |
2005-09-06 | Remove misleading NCPUS (hardcoded) option. From the SMP tree. | Miod Vallat | |
2005-09-06 | anomoly -> anomaly | Miod Vallat | |
2005-09-06 | typo | Jolan Luff | |
2005-09-06 | more bits for the local remove command support; OK joris@. | Xavier Santolaria | |
2005-09-06 | Enforce splbio() while traversing the worklist in | Pedro Martelletto | |
softdep_disk_io_initiation(). Testing by dtucker@ and krw@, okay deraadt@ long ago. | |||
2005-09-06 | Describe the steps involved in allocating a new inode and space the code | Pedro Martelletto | |
a bit, to improve readability. Okay krw@ and art@, input from deraadt@ and jmc@. |