Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-31 | Wrap a long line | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | Bye bye GNU gzexe(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | Welcome BSD gzexe(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | A new, BSD licensed gzexe(1). | Otto Moerbeek | |
ok millert@ krw@ | |||
2003-07-31 | The manual page for the new, BSD licensed gzexe(1). | Otto Moerbeek | |
ok jmc@ millert@ krw@ | |||
2003-07-31 | fix a proto | Theo de Raadt | |
2003-07-31 | fix the license | Michael Shalayeff | |
2003-07-31 | o correct exit code when comparing stdin and stdin (a noop) | Todd C. Miller | |
o after copying to a temp file, lseek() to the beginning so the inline cmp routine works. Fixes an exit code issue when comparing against stdin. | |||
2003-07-31 | sync | Theo de Raadt | |
2003-07-31 | skc.4 == sk.4 | Theo de Raadt | |
2003-07-30 | shine a bit more | Theo de Raadt | |
2003-07-30 | hppa no longer needs -O0 to build toke.c; from miod@ and OK mickey@ | Todd C. Miller | |
2003-07-30 | gnu diff goes bye bye | Theo de Raadt | |
2003-07-30 | an absolute cure for an inherited arrhythmia w/ uninitialized variable | Michael Shalayeff | |
2003-07-30 | Remove my email address from my entry in the AUTHORS section | Todd C. Miller | |
2003-07-30 | kill sample device mappings as not really useful | Michael Shalayeff | |
2003-07-30 | indents; jfb ok | Theo de Raadt | |
2003-07-30 | Change: | Jason Wright | |
#define I387 (*(union i387_union *)&(((struct pcb *)curproc->p_addr)->pcb_savefpu.gplemu)) To: #define I387 (curproc->p_addr->u_pcb.pcb_savefpu.gplemu) (and add a few includes of sys/user.h to make it work). | |||
2003-07-30 | deduce the leds address from the model number and thus make some more use of ↵ | Michael Shalayeff | |
that lichtenblinkenschmutz on some more machinens | |||
2003-07-30 | give those leds some haste | Michael Shalayeff | |
2003-07-30 | NULL -> (char *)NULL in execle; ok millert@ | Anil Madhavapeddy | |
2003-07-30 | de-ifdef... now this is starting to make sense (it's still ugly and broken, tho) | Jason Wright | |
2003-07-30 | Use (char *)NULL instead of (char *)0 in execl and execle; Andrey Matveev | Todd C. Miller | |
2003-07-30 | Experimental support for ICH5/ICH5R SATA, inspired from FreeBSD | Alexander Yurchenko | |
ata driver. | |||
2003-07-30 | basic support for ftp:// in PKG_PATH. ok pvalchev@ | Ted Unangst | |
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | Ted Unangst | |
2003-07-30 | clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c) | Ted Unangst | |
ok jmc@ | |||
2003-07-30 | Add POSIX -i option; tedu@ OK | Todd C. Miller | |
2003-07-30 | Make prompting POSIX-compliant. POSIX states "The patch utility | Todd C. Miller | |
shall write a prompt to standard output and request a filename interactively from the controlling terminal (for example, /dev/tty)." OK deraadt@ and otto@ | |||
2003-07-30 | missing #include | Henning Brauer | |
Claudio Jeker, PR3382 | |||
2003-07-30 | whitespace | Markus Friedl | |
2003-07-30 | use only 4 digits in format_size | Markus Friedl | |
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | Michael Shalayeff | |
2003-07-30 | sync | Theo de Raadt | |
2003-07-30 | change SIOCDIFADDR/SIOCAIFADDR warnings into errors (now this has correct | Peter Valchev | |
return code in certain cases); ok henning itojun | |||
2003-07-29 | avoid stack smash on FDDI case. found by kernel propolice. | Jun-ichiro itojun Hagino | |
markus ok. miod/paul confirmed | |||
2003-07-29 | more pretty | Ted Unangst | |
2003-07-29 | Set pf_state->rt_ifp when creating the state entry, instead of doing it | Daniel Hartmeier | |
later on, when another packet matches the state. ok mcbride@ | |||
2003-07-29 | load_raw did not set all the needed fields in the dmamap. | Michael Shalayeff | |
make sure to allocate dmamem in one segment. do not allocate extra va for dmamem allocated -- just reuse the already there equ mapping of pa and thus implement the dmamem_free as a pglist free. | |||
2003-07-29 | Big Sync | Cedric Berger | |
2003-07-29 | If euid == 0 make datasize unlimited instead of cranking to the max | Todd C. Miller | |
value returned by getrlimit(). Avoid resource limit issues when fscking very large filesystems. | |||
2003-07-29 | o add pathnames.h | Todd C. Miller | |
o ignore empty TMPDIR environment variable o strip any trailing slashes from TMPDIR otto@ OK | |||
2003-07-29 | Remove space at end of line. | Cedric Berger | |
Ok dhartmei@ henning@ | |||
2003-07-29 | constify the conversion tables | Michael Shalayeff | |
2003-07-29 | indent | Theo de Raadt | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-29 | clean | Theo de Raadt | |
2003-07-29 | install ed advanced tutorial papers; | Jason McIntyre | |
some minor changes; ok mickey@ | |||
2003-07-29 | Instead of checking for "stdout" in decompress(), just do the check | Todd C. Miller | |
in list_stats(). Looks cleaner and we don't have to rely on any special flags being set. | |||
2003-07-29 | fix length for "- stalled -" | Markus Friedl | |