Age | Commit message (Expand) | Author |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-05-06 | Fix a bug that prevents rdr/binat (but not nat) from working for protocols | Daniel Hartmeier |
2003-05-06 | fix harmless typo i introduced with previous string cleaning. | Ted Unangst |
2003-05-06 | updated prototype for dounmount | Ted Unangst |
2003-05-06 | attempt to put a process's cwd back in place after a forced umount. | Ted Unangst |
2003-05-06 | avoid doing a lookup on no longer mounted directories. | Ted Unangst |
2003-05-06 | this builds a bootable cdrom w/ a ramdisk kernel. has some problems though | Michael Shalayeff |
2003-05-06 | use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@ | Ted Unangst |
2003-05-06 | KNF while I'm here | Henning Brauer |
2003-05-06 | for hw.sensors, print stuff in a human friendly way - temperatures in | Henning Brauer |
2003-05-06 | typo from wiz@netbsd, and one from myself. | Jason McIntyre |
2003-05-06 | updated URL from Leandro Costa; | Jason McIntyre |
2003-05-06 | minor string cleanings; tdeval ok | Theo de Raadt |
2003-05-06 | fix formatting in the BNF | Henning Brauer |
2003-05-06 | Better layout in the supported media list. | Miod Vallat |
2003-05-06 | Don't call setusercontext() to change uid unless uid == 0; found by mpech@ | Todd C. Miller |
2003-05-06 | use snprintf | Theo de Raadt |
2003-05-06 | sprintf -> snprintf. strncpy -> bcopy since d_packname is not really a | Kenneth R Westerback |
2003-05-06 | range check for the CIS table scan | Henning Brauer |
2003-05-06 | While I'm here sync usage() w/ manual. | Mike Pechkin |
2003-05-06 | fix a small memleak on errors. noticed by pat latifi. | Vincent Labrecque |
2003-05-06 | sevenbit() before skeylookup(). | Mike Pechkin |
2003-05-06 | fake cdrom label for building bootable cds | Michael Shalayeff |
2003-05-06 | Declare the major number for wd, so that a custom kernel can specific explicit | Miod Vallat |
2003-05-06 | updated URL for USB specification from Leandro Costa | Jason McIntyre |
2003-05-06 | some typos from Leandro Costa, and a couple from myself. | Jason McIntyre |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-05-06 | remove FSIRAND define and make it non-optional. ok millert@ | Ted Unangst |
2003-05-06 | more(1) now uses POSIX regex, no more ned for -lcompat; deraadt@ OK | Todd C. Miller |
2003-05-06 | after switch to mmap, we need to zero other malloc'd data. use calloc. | Ted Unangst |
2003-05-05 | correct incorrect off-by-one sscanf bound | Anil Madhavapeddy |
2003-05-05 | Add support for command line args in rshprog, e.g. "ssh -C". | Todd C. Miller |
2003-05-05 | document the new -f <mode> command line option. | Vincent Labrecque |
2003-05-05 | in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, this | Federico G. Schwindt |
2003-05-05 | a couple of off-by-one string bounds in sscanf | Anil Madhavapeddy |
2003-05-05 | It's actually a ``floppy drive'', not a ``floppy driver'', doh. | Miod Vallat |
2003-05-05 | Mention that the floppy drive is not supported; David Coomber. | Miod Vallat |
2003-05-05 | When talking about third-party application and the ports system, only reference | Miod Vallat |
2003-05-05 | dont write too much data when disconnecting in biz22, also use sizeof | Anil Madhavapeddy |
2003-05-05 | add properties of single precision IEE754 | Jason Wright |
2003-05-05 | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better | Dale Rahn |
2003-05-05 | Describe format of pfctl -sl output, reported by Alejandro G. Belluscio. | Daniel Hartmeier |
2003-05-05 | page-align for fixed mmap to work | Michael Shalayeff |
2003-05-05 | Write explicit scsibus at controller attachment, rather than scsibus at scsi | Miod Vallat |
2003-05-05 | corrections from Leandro Costa. | Jason McIntyre |
2003-05-05 | regen | Henning Brauer |
2003-05-05 | "Intel 82440MX AC97 Modem" rev 0x00 at pci0 dev 0 function 2 not configured | Henning Brauer |
2003-05-05 | add a mail-mode, to do automatic line-wrapping. | Vincent Labrecque |
2003-05-05 | Remove FreeBSD configuration lines in SYNOPSIS that slipped through the | Miod Vallat |
2003-05-05 | - removed groff macros that were not formatting SYNOPSIS properly | Jason McIntyre |