Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-19 | simplify | Theo de Raadt | |
2003-06-19 | oops | Theo de Raadt | |
2003-06-19 | I'm a dork. | Henning Brauer | |
probably noticed by many but pointed out by david. | |||
2003-06-19 | plug memory leak; ok solar, camield | Peter Valchev | |
2003-06-19 | remove unused code which allocated useless memory (which was not freed) | Peter Valchev | |
ok provos itojun | |||
2003-06-19 | add descriptions and .Xr's for it(4) and lm(4); | Jason McIntyre | |
work done by Otto Moerbeek. | |||
2003-06-19 | Strip the newline from the buffer when reading the tape name during | Todd C. Miller | |
tape change. Closes PR 3324; OK krw@ | |||
2003-06-19 | ack all unmasked cpu interrupts here to cancel effect of device probing ↵ | Michael Shalayeff | |
activities | |||
2003-06-19 | free memory allocated by asprintf; ok marco | Peter Valchev | |
2003-06-19 | add a section on th4e isl interaction | Michael Shalayeff | |
2003-06-18 | return pointer from off_name() function as it's meant to be - this | Peter Valchev | |
was missed when copy() was changed; ok millert | |||
2003-06-18 | Do not panic on no memory available when allocating bufs, pass ENOBUFS | Henning Brauer | |
to userland instead. fixes PRs 2235, 2236 and 2640 from Otto Moerbeek <otto@drijf.net> ok frantzen@, tedu@, deraadt@ | |||
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 | |