Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-31 | sync | 1 | -0/+4 | ||
2003-07-31 | skc.4 == sk.4 | 1 | -1/+2 | ||
2003-07-30 | shine a bit more | 1 | -6/+3 | ||
2003-07-30 | hppa no longer needs -O0 to build toke.c; from miod@ and OK mickey@ | 2 | -35/+5 | ||
2003-07-30 | gnu diff goes bye bye | 33 | -19062/+0 | ||
2003-07-30 | an absolute cure for an inherited arrhythmia w/ uninitialized variable | 1 | -1/+2 | ||
2003-07-30 | Remove my email address from my entry in the AUTHORS section | 3 | -6/+6 | ||
2003-07-30 | kill sample device mappings as not really useful | 1 | -40/+1 | ||
2003-07-30 | indents; jfb ok | 1 | -90/+95 | ||
2003-07-30 | Change: | 12 | -13/+25 | ||
#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 that lichtenblinkenschmutz on some more machinens | 3 | -8/+54 | ||
2003-07-30 | give those leds some haste | 1 | -4/+5 | ||
2003-07-30 | NULL -> (char *)NULL in execle; ok millert@ | 1 | -4/+4 | ||
2003-07-30 | de-ifdef... now this is starting to make sense (it's still ugly and broken, tho) | 4 | -90/+6 | ||
2003-07-30 | Use (char *)NULL instead of (char *)0 in execl and execle; Andrey Matveev | 2 | -8/+8 | ||
2003-07-30 | Experimental support for ICH5/ICH5R SATA, inspired from FreeBSD | 1 | -4/+32 | ||
ata driver. | |||||
2003-07-30 | basic support for ftp:// in PKG_PATH. ok pvalchev@ | 1 | -4/+8 | ||
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | 1 | -9/+10 | ||
2003-07-30 | clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c) | 1 | -10/+14 | ||
ok jmc@ | |||||
2003-07-30 | Add POSIX -i option; tedu@ OK | 2 | -10/+24 | ||
2003-07-30 | Make prompting POSIX-compliant. POSIX states "The patch utility | 1 | -34/+18 | ||
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 | 1 | -1/+2 | ||
Claudio Jeker, PR3382 | |||||
2003-07-30 | whitespace | 1 | -4/+3 | ||
2003-07-30 | use only 4 digits in format_size | 1 | -6/+4 | ||
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | 5 | -4/+422 | ||
2003-07-30 | sync | 1 | -0/+11 | ||
2003-07-30 | change SIOCDIFADDR/SIOCAIFADDR warnings into errors (now this has correct | 1 | -4/+4 | ||
return code in certain cases); ok henning itojun | |||||
2003-07-29 | avoid stack smash on FDDI case. found by kernel propolice. | 1 | -5/+7 | ||
markus ok. miod/paul confirmed | |||||
2003-07-29 | more pretty | 1 | -59/+45 | ||
2003-07-29 | Set pf_state->rt_ifp when creating the state entry, instead of doing it | 1 | -13/+33 | ||
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. | 1 | -18/+21 | ||
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 | 122 | -1211/+1211 | ||
2003-07-29 | If euid == 0 make datasize unlimited instead of cranking to the max | 1 | -3/+6 | ||
value returned by getrlimit(). Avoid resource limit issues when fscking very large filesystems. | |||||
2003-07-29 | o add pathnames.h | 4 | -32/+47 | ||
o ignore empty TMPDIR environment variable o strip any trailing slashes from TMPDIR otto@ OK | |||||
2003-07-29 | Remove space at end of line. | 1 | -81/+78 | ||
Ok dhartmei@ henning@ | |||||
2003-07-29 | constify the conversion tables | 1 | -8/+8 | ||
2003-07-29 | indent | 1 | -2/+2 | ||
2003-07-29 | clean | 2 | -7/+7 | ||
2003-07-29 | spaces | 49 | -213/+208 | ||
2003-07-29 | install ed advanced tutorial papers; | 5 | -66/+9 | ||
some minor changes; ok mickey@ | |||||
2003-07-29 | Instead of checking for "stdout" in decompress(), just do the check | 1 | -3/+6 | ||
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 -" | 1 | -2/+2 | ||
2003-07-29 | bad license; deraadt | 1 | -1780/+0 | ||
2003-07-29 | move spl checking wrap over the syscall into trap.c:syscall(); | 2 | -82/+13 | ||
this gives several benefits: the arguments for a syscall printed are the exact args and not some wild guess fetched from the user stack; the check does not include the AST traps that may be checked on their own in the trap() routine should be desired; kill last use and thus itself the fuword() function and it's glue. | |||||
2003-07-29 | replace 4 clause BSD licensed progressmeter code with a replacement | 2 | -244/+183 | ||
from Nils Nordman and myself; ok deraadt@ | |||||
2003-07-29 | Add HPT302 and HPT371 | 2 | -5/+5 | ||
2003-07-29 | Support for HPT302 and HPT371, inspired from the FreeBSD ata driver. | 2 | -20/+72 | ||
Thanks to otto@ for help in regress testing and tedu@ for unslacking me. | |||||
2003-07-29 | "pass on lo0" in the intermediate pf ruleset loaded during boot. | 1 | -1/+2 | ||
solves PR3376 by matthew.gream@pobox.com, fix slightly different ok mcbride@ deraadt@ | |||||
2003-07-29 | sputnik dupe; from Dmitry Bogdan <dsb@uvm.poi.dvo.ru> | 1 | -2/+1 | ||
2003-07-29 | document: ip.portfirst ip.portlast ip.porthifirst ip.porthilast; | 1 | -1/+28 | ||
reported by Alejandro G. Belluscio on bugs@ Also document: ip.maxqueue thanks to henning, pb, otto and markus for their help. ok henning@ |