summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-08make de(4) use ether_input_mbuf()Brad Smith
From thorpej NetBSD ok krw@ martin@
2005-09-07make sure the administrative files that the commands depend on areJoris Vink
present before we try to continue. ok xsa@
2005-09-07more stuffs for the CVS/Tag file; input+ok jmc@.Xavier Santolaria
2005-09-07use `pkg-name' rather than `pkgname' here, for consistency with otherJason McIntyre
pkg_* bits; ok espie@
2005-09-07tweaks;Jason McIntyre
ok espie@
2005-09-07do not try to restore the spl level two times in a row.Brad Smith
ok martin@
2005-09-07sort options and sync usage()Jason McIntyre
2005-09-07split.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-07copy new annotations over.Marc Espie
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options, and sync usage();Jason McIntyre
2005-09-07enforce chanid != NULL; ok djmMarkus Friedl
2005-09-07SiS 182 SATA apparently acts in a non standard way and needsJonathan Gray
to be setup in a manner not documented by SiS, so don't list it as supported for now.
2005-09-07LINES and \\ in PS1 prompt are implemented, so remove informationJason McIntyre
which says they are not; from matthias kilian (pr #4476); ok otto@
2005-09-07Part of Alexandre Ratchov's last umidi diff that should have been committed.Jonathan Gray
pointed out by reyk@
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
doing a wholesale merge with them in future. very enthusiastic ok from reyk@
2005-09-07Fix bug that caused multi byte MIDI messages to get corruptedJonathan 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-07sync on shutdownMichael Shalayeff
2005-09-07kill dead func protoMichael Shalayeff
2005-09-07add stdlib.hBrad Smith
2005-09-06fix two conf space related hw erratas; dino-moh-hummMichael Shalayeff
2005-09-06regenMichael Shalayeff
2005-09-06add proj namesand those more modern cpus we do not have ids for yetMichael Shalayeff
2005-09-06add robert moogMichael Shalayeff
2005-09-06add solidarnoscMichael Shalayeff
2005-09-06reoder to start at new year and fix a couple of entriesMichael Shalayeff
2005-09-06comment 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-06pesky comma;Jason McIntyre
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
idea from a mail to misc@ from simon dassow;
2005-09-06document `what' from interactive mode: from ely petty;Jason McIntyre
kill an unneeded .Pp whilst here;
2005-09-06new sentence, new line...and generally just start new lines in sane places;Jason McIntyre
while here, a little macro cleanup.
2005-09-06some grammar fixes from simon morgan;Jason McIntyre
fixes pr #4491
2005-09-06better word order;Jason McIntyre
2005-09-06remove trailing whitespace;Jason McIntyre
2005-09-06correct include for SYNOPSIS section...Jason McIntyre
this diff is from iru aka muzgo, via pedro@, and ok art@ too;
2005-09-06take some .Fd out of a literal block;Jason McIntyre
from juha erkkila;
2005-09-06when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure theWim Vandeputte
output goes to syslog and not console by moving around log_init OK henning@, markus@ and mblamer@
2005-09-06recognize flac format; from netbsd viaFederico G. Schwindt
Okan Demirmen <okan@demirmen.com> to tech@; deraadt@ ok.
2005-09-06Remove old m88k workaround, now that we have SET_PC_REGS().Miod Vallat
2005-09-06Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmapMiod Vallat
so much happy.
2005-09-06Do not depend on MAX_CPUS being 4.Miod Vallat
2005-09-06Correct control registers descriptive names for 88110.Miod Vallat
2005-09-06MVME88K -> M88K in include file guard symbols. No functional changes.Miod Vallat
2005-09-06Remove misleading NCPUS (hardcoded) option. From the SMP tree.Miod Vallat
2005-09-06anomoly -> anomalyMiod Vallat
2005-09-06typoJolan Luff
2005-09-06more bits for the local remove command support; OK joris@.Xavier Santolaria
2005-09-06Enforce splbio() while traversing the worklist inPedro Martelletto
softdep_disk_io_initiation(). Testing by dtucker@ and krw@, okay deraadt@ long ago.
2005-09-06Describe the steps involved in allocating a new inode and space the codePedro Martelletto
a bit, to improve readability. Okay krw@ and art@, input from deraadt@ and jmc@.