summaryrefslogtreecommitdiff
AgeCommit 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-18For HPT370 chips disable interrupt prediction and correct timingAlexander 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-18oops, missed this part of the hme vlan stuffJason Wright
2003-06-18configure the interface to properly support vlan framesJason Wright
2003-06-18Use OPT_ONPLUS instead of hard-coding '2'Todd C. Miller
2003-06-18Fix sizeof(char *) in snprintf that broke the -N option.Todd C. Miller
2003-06-18syncTodd T. Fries
2003-06-18switch to share/misc/license.templateTodd T. Fries
2003-06-18Oops, previous commit removed the rcsid by mistake.Miod Vallat
2003-06-18Rename p9k to pninek, since device base names with digits are confusing;Miod Vallat
per deraadt@'s request.
2003-06-18Switch to fbxxx() API.Miod Vallat
cgsix tested and ok jason@, the rest tested by me.
2003-06-18When reporting unknown sbus hardware, also report the hardware class (audio,Miod Vallat
block device...) if it advertizes one. ok deraadt@
2003-06-18we already set the rx descriptor length to accept vlan packets... justJason Wright
need to advertise the capability; tested by tsar at polarcap dot org
2003-06-18regen, my badHenning Brauer
2003-06-18addr expansion in labels and the no-route caseHenning Brauer
2003-06-18change expand_label_addr() to use a switch (h->addr.type) instead ofHenning Brauer
if .. else if .. else, and handle PF_ADDR_NOROUTE as well. inspired by a comment from cedric.
2003-06-18backout last change, since it violates pkcs#1Markus Friedl
switch to share/misc/license.template
2003-06-18not only I am sick and tired of this cryptic bullshit debugging-styleHenning 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-18try to prevent a deja-vue with this just fixed bug later by testing testingHenning 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-18when expanding the $srcaddr/$dstaddr label macros and the address is actuallyHenning Brauer
a table refernence, don't print nonsense but the table name. found by claudio jeker, fix by me, agreement by cedric
2003-06-18text changes requested by miodTheo de Raadt
2003-06-18.PpTheo de Raadt
2003-06-18cleanup, and now it produces KNF outputTheo de Raadt
2003-06-18SIGWINCH is always hereTheo de Raadt
2003-06-18remove unused variablesTheo de Raadt
2003-06-18fix some descriptionsTheo de Raadt
2003-06-18syncTheo de Raadt
2003-06-18need "a". from jmcJun-ichiro itojun Hagino
2003-06-18Add missing check for i < dk_ndrive in 2 loops; closes PR 3322Todd C. Miller
2003-06-18relax config syntax; addrs#x is not needed any more. millert okJun-ichiro itojun Hagino
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-17add adaptive, interval, and frag timeouts to pf.conf and BNFDavid Krause
ok henning@ dhartmei@
2003-06-17I hereby place this file in the public domain.Todd C. Miller
2003-06-17Update SPARCbook support list.Miod Vallat
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod 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-17A few typos in the Bt initialisation sequence were introduced in 1.29, andMiod Vallat
curiously this only broke some cgthree clones, but not the genuine Sun's...
2003-06-17use license from /usr/share/misc/license.template for new codeMarkus Friedl
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd 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-17Extend the sunfb structure to take care of the PROM cursor positionMiod Vallat
pointers, and adapt creator to the fb api. ok jason@
2003-06-17Fix the crypto_freereq() prototype to show the right argument typeJean-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-17sync: change mingus.wu-wien.ac.at -> playboy.wu-wien.ac.atDavid Krause
2003-06-17add 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-17typosJean-Francois Brousseau
ok jmc@
2003-06-17make Groupname match Groupid output; ok millert@Jason Peel
2003-06-17properly typecast to uid_t the return value of proc_owner() and reportJean-Francois Brousseau
ESRCH instead of EACCES if it returns -1 ok millert@
2003-06-17Give this header file, which was split off by d@, the same (BSD) license asPaul 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-17d@ has asked me to put in an explicit "Public domain" on header files for codePaul Janzen
he's written here. The code itself is clearly licensed already.
2003-06-16Use 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.