Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-18 | - store builtin name as definition for builtin macros. | Marc Espie | |
this removes the need for code->name conversion, in exchange for systematically testing the definition type, since we can no longer rely on the defn being NULL. - commonnalize the builtin-detection code, so that we can use it for pushdef as well with define, so that pushdef handles builtins correctly as well. okay fries@, millert@. | |||
2003-06-18 | For HPT370 chips disable interrupt prediction and correct timing | Alexander Yurchenko | |
value for UDMA5. Enable UDMA5 for HPT370A again since it's safe now. Work by Otto Moerbeek <otto@drijf.net> via PR 3282. Help in testing from gluk@. | |||
2003-06-18 | oops, missed this part of the hme vlan stuff | Jason Wright | |
2003-06-18 | configure the interface to properly support vlan frames | Jason Wright | |
2003-06-18 | Use OPT_ONPLUS instead of hard-coding '2' | Todd C. Miller | |
2003-06-18 | Fix sizeof(char *) in snprintf that broke the -N option. | Todd C. Miller | |
2003-06-18 | sync | Todd T. Fries | |
2003-06-18 | switch to share/misc/license.template | Todd T. Fries | |
2003-06-18 | Oops, previous commit removed the rcsid by mistake. | Miod Vallat | |
2003-06-18 | Rename p9k to pninek, since device base names with digits are confusing; | Miod Vallat | |
per deraadt@'s request. | |||
2003-06-18 | Switch to fbxxx() API. | Miod Vallat | |
cgsix tested and ok jason@, the rest tested by me. | |||
2003-06-18 | When reporting unknown sbus hardware, also report the hardware class (audio, | Miod Vallat | |
block device...) if it advertizes one. ok deraadt@ | |||
2003-06-18 | we already set the rx descriptor length to accept vlan packets... just | Jason Wright | |
need to advertise the capability; tested by tsar at polarcap dot org | |||
2003-06-18 | regen, my bad | Henning Brauer | |
2003-06-18 | addr expansion in labels and the no-route case | Henning Brauer | |
2003-06-18 | change expand_label_addr() to use a switch (h->addr.type) instead of | Henning Brauer | |
if .. else if .. else, and handle PF_ADDR_NOROUTE as well. inspired by a comment from cedric. | |||
2003-06-18 | backout last change, since it violates pkcs#1 | Markus Friedl | |
switch to share/misc/license.template | |||
2003-06-18 | not only I am sick and tired of this cryptic bullshit debugging-style | Henning Brauer | |
printfs from the table code, no, of course one does not need to run regress tests when one does changes, why should one. "carrot in nose" applies, so better take care, cedric | |||
2003-06-18 | try to prevent a deja-vue with this just fixed bug later by testing testing | Henning Brauer | |
testing testing | |||
2003-06-18 | - rewrite of the plan9 sections of rfork(2) and new (c) | Jason McIntyre | |
- updated ERRORS and RETURN VALUES this had to be rewritten because of licensing issues with plan9. ok deraadt@ | |||
2003-06-18 | when expanding the $srcaddr/$dstaddr label macros and the address is actually | Henning Brauer | |
a table refernence, don't print nonsense but the table name. found by claudio jeker, fix by me, agreement by cedric | |||
2003-06-18 | text changes requested by miod | Theo de Raadt | |
2003-06-18 | .Pp | Theo de Raadt | |
2003-06-18 | cleanup, and now it produces KNF output | Theo de Raadt | |
2003-06-18 | SIGWINCH is always here | Theo de Raadt | |
2003-06-18 | remove unused variables | Theo de Raadt | |
2003-06-18 | fix some descriptions | Theo de Raadt | |
2003-06-18 | sync | Theo de Raadt | |
2003-06-18 | need "a". from jmc | Jun-ichiro itojun Hagino | |
2003-06-18 | Add missing check for i < dk_ndrive in 2 loops; closes PR 3322 | Todd C. Miller | |
2003-06-18 | relax config syntax; addrs#x is not needed any more. millert ok | Jun-ichiro itojun Hagino | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-17 | add adaptive, interval, and frag timeouts to pf.conf and BNF | David Krause | |
ok henning@ dhartmei@ | |||
2003-06-17 | I hereby place this file in the public domain. | Todd C. Miller | |
2003-06-17 | Update SPARCbook support list. | Miod Vallat | |
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat | |
combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@ | |||
2003-06-17 | A few typos in the Bt initialisation sequence were introduced in 1.29, and | Miod Vallat | |
curiously this only broke some cgthree clones, but not the genuine Sun's... | |||
2003-06-17 | use license from /usr/share/misc/license.template for new code | Markus Friedl | |
2003-06-17 | Use getifaddrs() to get the list of interfaces. This fixes the | Todd C. Miller | |
"wire" variable which may be used in amd maps to select an NFS server based on the subnet. Tested by matthieu@; OK by deraadt@ | |||
2003-06-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat | |
pointers, and adapt creator to the fb api. ok jason@ | |||
2003-06-17 | Fix the crypto_freereq() prototype to show the right argument type | Jean-Francois Brousseau | |
(struct cryptop* instead of void*) and update the definition of struct cryptkop to match the real world Work by jmc@ and me, ok jmc@ | |||
2003-06-17 | sync: change mingus.wu-wien.ac.at -> playboy.wu-wien.ac.at | David Krause | |
2003-06-17 | add CAVEAT documenting dotdot behaviour; | Jason McIntyre | |
section taken from FreeBSD manual page, diff from Otto Moerbeek. | |||
2003-06-17 | - document "-G netgroup"; | Jason McIntyre | |
from Kurt V. Hindenburg on misc@ - show that -i and -n are mutually exclusive - sync SYNOPSIS and usage() help from millert@ | |||
2003-06-17 | typos | Jean-Francois Brousseau | |
ok jmc@ | |||
2003-06-17 | make Groupname match Groupid output; ok millert@ | Jason Peel | |
2003-06-17 | properly typecast to uid_t the return value of proc_owner() and report | Jean-Francois Brousseau | |
ESRCH instead of EACCES if it returns -1 ok millert@ | |||
2003-06-17 | Give this header file, which was split off by d@, the same (BSD) license as | Paul Janzen | |
the functions it's prototyping and the variables it's declaring extern. d@ has no objection. This is the last of the hunt source to be clearly licensed. | |||
2003-06-17 | d@ has asked me to put in an explicit "Public domain" on header files for code | Paul Janzen | |
he's written here. The code itself is clearly licensed already. | |||
2003-06-16 | Use a slightly better way to intuit the memory/mmio PCI regions, | Dale Rahn | |
now properly detects these for nvidia based LCDs. On some machines accellerated X using nv now works. |