summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-07-08remove stuff nothing usesTheo de Raadt
2003-07-08- fix some lists/displaysJason McIntyre
- use .Dl for one-liners, rather than .Bd
2003-07-08regenMichael Shalayeff
2003-07-08fix aironet mpi-350 entry; deraadt@ okMichael Shalayeff
2003-07-08better output length estimate for a nicer printoutMichael Shalayeff
2003-07-08ellaborate on the systems supported; from netbsd via weissmanndudeMichael Shalayeff
2003-07-08ELF_TOOLCHAIN:L, for consistency with other yes/no variables.Marc Espie
2003-07-08some \" -> .\" that i missed earlier;Jason McIntyre
2003-07-08- fix an .NdJason McIntyre
- \" -> .\" at start of line - simpler macros
2003-07-08Update to work with new kernel changesNathan Binkert
2003-07-08Sync USB code with NetBSD.Nathan Binkert
This includes numerous fixes and paves the way for usb 2.0 support.
2003-07-08- fix some lists and displaysJason McIntyre
- simplify macros
2003-07-08fix a list;Jason McIntyre
2003-07-08Document tuning limits in login.conf.Marc Espie
Pointed out by lerman@quatramaran.ens.fr (`can't find it') ok millert@ nitpicking by jmc@
2003-07-08Fix a bug that caused removal of previous users' rules when more then oneDaniel Hartmeier
user loggged in concurrently. And fix a smaller bug which prevented complete removal of a user's state entries on logout. Bug report and testing by Ed Powers.
2003-07-08- fix some lists/displaysJason McIntyre
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS
2003-07-08make sure the packets contains a complete inner headerMarkus Friedl
for ip{4,6}-in-ip{4,6} encapsulation; fixes panic for truncated ip-in-ip over ipsec; ok angelos@
2003-07-08print ip_{src,dst} again; ok henning@Markus Friedl
2003-07-08on interface removal, clear multicast forwarding stuff. from kameJun-ichiro itojun Hagino
2003-07-08declare chroot and etag functions in the .h filesDavid Krause
and get rid of some implicit declaration warnings ok henning@
2003-07-08oupsie, error in code we don't compileHenning Brauer
found bu david
2003-07-08fix pasto in last commitTodd C. Miller
2003-07-08o Avoid a temp file if using stdin and stdin is redirected from a regular fileTodd C. Miller
o Fix a double free in the temmp file case
2003-07-08dont silently truncate a domain socket specified via the -p argument;Anil Madhavapeddy
error out instead if its too long. deraadt@ ok
2003-07-08syncTheo de Raadt
2003-07-08pre-xtian common laws of physicsMichael Shalayeff
2003-07-08fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okMichael Shalayeff
2003-07-08remove variable never readMarco S Hyman
2003-07-08Give some feedback during the pthread_cond_timedwait testMarco S Hyman
2003-07-08KNF + ansificationJean-Francois Brousseau
ok deraadt@, vincent@
2003-07-07disable accidentially enabled 'debug' flag; ok drahnPeter Valchev
2003-07-07for cleandir target, clean the postscript man page output even if MANPS isTheo de Raadt
not set
2003-07-07bye bye piece of crudTheo de Raadt
2003-07-07protosTheo de Raadt
2003-07-07- fix a listJason McIntyre
- remove .Pp before .Bd