Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ millert@ tedu@ | |||
2003-07-09 | part of infrastructure to deal with emulated stqf/ldqf: | Jason Wright | |
T_ILLINST handler fetches instruction and decodes it. If it's stqf, ldqf, stqfa, or ldqfa call emulation instead of SIGILL directly. Note: this still SIGILL's in the end, the emulation isn't done yet. | |||
2003-07-09 | check if m->m_pkthdr.len is too short | Jun-ichiro itojun Hagino | |
2003-07-09 | don't check exact ip6_plen and m->m_pkthdr.len match, as ip6_input() | Jun-ichiro itojun Hagino | |
does the m_adj() only after filtering. reported by marc | |||
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino | |
(please test, especially PF portion) | |||
2003-07-09 | open() is not ANSI; | Jason McIntyre | |
pointed out by Pedro Bastos; | |||
2003-07-09 | changes to ld.so to be compatible with newer binutils, requires | Dale Rahn | |
slight changes in the startup code on most archs. ok art@ brad@ | |||
2003-07-09 | change some 1-line displays to .Dl and fix a punctuation problem; | Jason McIntyre | |
2003-07-09 | fix some lists and some typos; | Jason McIntyre | |
2003-07-09 | Test host list concatenation (fail today). | Cedric Berger | |
2003-07-09 | AVoid core dump when package name in package is not valid. | Otto Moerbeek | |
2003-07-09 | Fix double free; eric jackson | Todd C. Miller | |
2003-07-09 | sync | Otto Moerbeek | |
2003-07-09 | Add V3 V961PBC i960 Host-PCI and VIA VT8751 Host-PCI | Otto Moerbeek | |
ok deraadt@ henning@ | |||
2003-07-09 | Eliminate creation/destruction of dmamap's for every xmit by reusing | Kenneth R Westerback | |
statically allocated maps. Significant performance boost on both sparc64 and macppc. Tested on macppc by drahn@. ok jason@ drahn@. | |||
2003-07-09 | fix whitespace | Markus Friedl | |
2003-07-09 | another instruction correction: STQDC -> STQFA | Jason Wright | |
2003-07-09 | corrections/filling of type 3 v9 instructions | Jason Wright | |
2003-07-09 | add trap entries for LDQF/STQF alignment faults, but handle them as | Jason Wright | |
SIGILL for now. Also split out T_INST_EXCEPT and T_TEXTFAULT from T_ILLINST pending handling of LDQF/STQF illegal instruction faults. | |||
2003-07-09 | - simplify some macros | Jason McIntyre | |
- fix a list ok drahn@ | |||
2003-07-09 | minor tweak: when generating the hex fingerprint, give strlcat the full ↵ | Anil Madhavapeddy | |
bound to the buffer, and add a comment below explaining why the zero-termination is one less than the bound. markus@ ok | |||
2003-07-09 | - fix lists/displays | Jason McIntyre | |
- quote .Cd's - add/remove .Pp's as necessary - fix some .Re/.Rs's - simplify macros | |||
2003-07-09 | - much simpler macros | Jason McIntyre | |
- add missing .Sm off - remove extra .Pp's - sort postcript formatting problem - fix lists | |||
2003-07-09 | update to libevent-0.7a.tar.gz; keep local changes | Markus Friedl | |
2003-07-09 | Better formulation for USE_BZIP2/USE_ZIP. | Marc Espie | |
Add SYSCONFDIR to the list of variables not heeded consistently. | |||
2003-07-09 | -u option, remove manpages, symetrical to -d. | Marc Espie | |
ok millert@ | |||
2003-07-09 | - remove some .Ss's that worked around the old blank line bug | Jason McIntyre | |
- remove some unnecessary .Pp's - mdoc a list ok ho@ | |||
2003-07-09 | spelling, from Steve Shockley. pr3347 | Ted Unangst | |
2003-07-09 | KNF | Daniel Hartmeier | |
2003-07-09 | mention maintainer is now recorded in description | Peter Valchev | |
2003-07-09 | protos | Theo de Raadt | |
2003-07-09 | better vif_delete (no dangling ref to struct ifnet). deraadt ok | Jun-ichiro itojun Hagino | |
it won't affect default GENERIC build - as MROUTING is not defined | |||
2003-07-09 | add a bunch more traps from the v9 spec | Jason Wright | |
2003-07-09 | s/Tryap/Trap | Jason Wright | |
2003-07-09 | Fix problems with ICS1893 PHY and some sis chipsets. | Kenneth R Westerback | |
Partial re-sync with FreeBSD, from Jeorg Sonnenberger. Tested by Jeorg, Henning@, Paul de Weerd, Otto@, and myself. ok henning@ deraadt@ | |||
2003-07-09 | sync | Theo de Raadt | |
2003-07-09 | ans, knf, err and spaces | Michael Shalayeff | |
2003-07-09 | Unlink temp file as soon as it is opened and return a FILE * for | Todd C. Miller | |
it so we don't have to worry about cleanup. This means the quit() signal handler and error/errorx can go away too. Move splice() out of diffreg() and into diff.c where it belongs since we don't want to be calling splice() for a directory diff. Add a check for mismatched paths (one file, one dir) in diffreg.c. deraadt@ OK | |||
2003-07-09 | Re-implement -l flag; diff -l now works correctly in non-directory | Todd C. Miller | |
mode (like GNU diff). | |||
2003-07-08 | The best read code of mice and men, ... (reviewed by /dev/null) | Dale Rahn | |
2003-07-08 | Improved timebase register handling. use all 64 bits, instead of the | Dale Rahn | |
lower 32 bits. | |||
2003-07-08 | unifdef -U__otherBSD__ | Jun-ichiro itojun Hagino | |
2003-07-08 | ep@pcmcia | Michael Shalayeff | |
2003-07-08 | add ep@pcmcia and phys, commented out an and com | Michael Shalayeff | |
2003-07-08 | protos; avsm ok | Theo de Raadt | |
2003-07-08 | BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake | Michael Shalayeff | |
2003-07-08 | no need for an explicit machine/intr.h; tested on alpha, i386, sparc | Michael Shalayeff | |
2003-07-08 | sync | Damien Couderc | |
2003-07-08 | add Intel 82865G/PE/P, Intel 82801ER and 3Com 3c940 deraadt@ ok | Damien Couderc | |