summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-14do not whack CFLAGSTheo de Raadt
2007-02-14append \n at end of line, and make this more normal userland codeTheo de Raadt
2007-02-14Hack a small program to return hw.disknames so that install scriptsKenneth R Westerback
2007-02-14Cleanup and hide debug messages.Mark Kettenis
2007-02-14Sync with pgt(4) multicast fix.Marcus Glocker
2007-02-14g/c NO_DL_NEEDED, it is no longer used by os/unix/os.cTodd C. Miller
2007-02-14Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 doesClaudio Jeker
2007-02-14remove GNU RCS implementation from the tree. Open RCS has been used for overNiall O'Higgins
2007-02-14correct a mistake concerning ifa_data;Jason McIntyre
2007-02-14recycle swbuf that had been long gone (w/ old vm)Michael Shalayeff
2007-02-14sync some manual page entries with actual usage.Niall O'Higgins
2007-02-14typos in comments; ok jmc@Kevin Steves
2007-02-14remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31.Jun-ichiro itojun Hagino
2007-02-14more refinements for the interactive commands section; ok ottoJason McIntyre
2007-02-14Fix spacing in Makefile.Niall O'Higgins
2007-02-14Remove int pretending to be a size_t.Ray Lai
2007-02-14remove some unused goopJonathan Gray
2007-02-14put debug string tables under ATW_DEBUGJonathan Gray
2007-02-14remove no longer used rate related variable/definesJonathan Gray
2007-02-14%b format string for the GHC register. less whitespace while hereDavid Gwynne
2007-02-14sync the rest (atomic.h)Peter Valchev
2007-02-14Quiet a noisy debug message by using dnprintf instead of printf.Deanna Phillips
2007-02-14Fix some realloc() off-by-one errors found by ray@.Todd C. Miller
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-14bus_space does byte swapping to cope with host endianness for us, so removeDavid Gwynne
2007-02-13move includes only needed in dhclient.c; ok henning@Kevin Steves
2007-02-13- Be explicit on command line checking, instead of relying on patterns,Matthias Kilian
2007-02-13Add a delay for ep0 handling. Dunno why, but without debug prints it wouldDale Rahn
2007-02-13"Fix" a horrible signal handler. ckfini() breaks all the rules forOtto Moerbeek
2007-02-13Avoid double recacl when loop_once is used.Todd C. Miller
2007-02-13Fix typo. Spotted by brad@.Mark Kettenis
2007-02-13Add prototype for bufferevent_base_set().Todd C. Miller
2007-02-13Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1)Miod Vallat
2007-02-13RegenMiod Vallat
2007-02-13Create the /dev/lcd node; ok aoyama@Miod Vallat
2007-02-13unbreak compile on 64bit systems; no cookie for espie. ok millertHenning Brauer
2007-02-13crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939.Marcus Glocker
2007-02-13Fix typo in commentTom Cosgrove
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-13It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA.Michael Knudsen
2007-02-13Fix a problem with wrapped incremental searches.Kjell Wooding
2007-02-13fix ddb buf printMichael Shalayeff
2007-02-13zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@.Xavier Santolaria
2007-02-13mark up `dumb' using .Em, to be consistent with an earlierJason McIntyre
2007-02-13improve the description for -C;Jason McIntyre
2007-02-13Do some extra validation of the superblock, otherwise a corruptOtto Moerbeek
2007-02-13error check socket() return; ok henning@Kevin Steves
2007-02-13Zap unused local acpi_attached variable, since it has been supersededDimitry Andric
2007-02-13Add missing break in attach code.Jonathan Gray