summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-07-10add missing includesDavid Krause
ok deraadt@ millert@ tedu@
2003-07-09part 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-09check if m->m_pkthdr.len is too shortJun-ichiro itojun Hagino
2003-07-09don'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-09do not flip ip_len/ip_off in netinet stack. deraadt ok.Jun-ichiro itojun Hagino
(please test, especially PF portion)
2003-07-09open() is not ANSI;Jason McIntyre
pointed out by Pedro Bastos;
2003-07-09changes to ld.so to be compatible with newer binutils, requiresDale Rahn
slight changes in the startup code on most archs. ok art@ brad@
2003-07-09change some 1-line displays to .Dl and fix a punctuation problem;Jason McIntyre
2003-07-09fix some lists and some typos;Jason McIntyre
2003-07-09Test host list concatenation (fail today).Cedric Berger
2003-07-09AVoid core dump when package name in package is not valid.Otto Moerbeek
2003-07-09Fix double free; eric jacksonTodd C. Miller
2003-07-09syncOtto Moerbeek
2003-07-09Add V3 V961PBC i960 Host-PCI and VIA VT8751 Host-PCIOtto Moerbeek
ok deraadt@ henning@
2003-07-09Eliminate creation/destruction of dmamap's for every xmit by reusingKenneth R Westerback
statically allocated maps. Significant performance boost on both sparc64 and macppc. Tested on macppc by drahn@. ok jason@ drahn@.
2003-07-09fix whitespaceMarkus Friedl
2003-07-09another instruction correction: STQDC -> STQFAJason Wright
2003-07-09corrections/filling of type 3 v9 instructionsJason Wright
2003-07-09add trap entries for LDQF/STQF alignment faults, but handle them asJason 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 macrosJason McIntyre
- fix a list ok drahn@
2003-07-09minor 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/displaysJason McIntyre
- quote .Cd's - add/remove .Pp's as necessary - fix some .Re/.Rs's - simplify macros
2003-07-09- much simpler macrosJason McIntyre
- add missing .Sm off - remove extra .Pp's - sort postcript formatting problem - fix lists
2003-07-09update to libevent-0.7a.tar.gz; keep local changesMarkus Friedl
2003-07-09Better 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 bugJason McIntyre
- remove some unnecessary .Pp's - mdoc a list ok ho@
2003-07-09spelling, from Steve Shockley. pr3347Ted Unangst
2003-07-09KNFDaniel Hartmeier
2003-07-09mention maintainer is now recorded in descriptionPeter Valchev
2003-07-09protosTheo de Raadt
2003-07-09better vif_delete (no dangling ref to struct ifnet). deraadt okJun-ichiro itojun Hagino
it won't affect default GENERIC build - as MROUTING is not defined
2003-07-09add a bunch more traps from the v9 specJason Wright
2003-07-09s/Tryap/TrapJason Wright
2003-07-09Fix 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-09syncTheo de Raadt
2003-07-09ans, knf, err and spacesMichael Shalayeff
2003-07-09Unlink temp file as soon as it is opened and return a FILE * forTodd 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-09Re-implement -l flag; diff -l now works correctly in non-directoryTodd C. Miller
mode (like GNU diff).
2003-07-08The best read code of mice and men, ... (reviewed by /dev/null)Dale Rahn
2003-07-08Improved timebase register handling. use all 64 bits, instead of theDale Rahn
lower 32 bits.
2003-07-08unifdef -U__otherBSD__Jun-ichiro itojun Hagino
2003-07-08ep@pcmciaMichael Shalayeff
2003-07-08add ep@pcmcia and phys, commented out an and comMichael Shalayeff
2003-07-08protos; avsm okTheo de Raadt
2003-07-08BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fakeMichael Shalayeff
2003-07-08no need for an explicit machine/intr.h; tested on alpha, i386, sparcMichael Shalayeff
2003-07-08syncDamien Couderc
2003-07-08add Intel 82865G/PE/P, Intel 82801ER and 3Com 3c940 deraadt@ okDamien Couderc