Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-07-08 | remove stuff nothing uses | Theo de Raadt | |
2003-07-08 | - fix some lists/displays | Jason McIntyre | |
- use .Dl for one-liners, rather than .Bd | |||
2003-07-08 | regen | Michael Shalayeff | |
2003-07-08 | fix aironet mpi-350 entry; deraadt@ ok | Michael Shalayeff | |
2003-07-08 | better output length estimate for a nicer printout | Michael Shalayeff | |
2003-07-08 | ellaborate on the systems supported; from netbsd via weissmanndude | Michael Shalayeff | |
2003-07-08 | ELF_TOOLCHAIN:L, for consistency with other yes/no variables. | Marc Espie | |
2003-07-08 | some \" -> .\" that i missed earlier; | Jason McIntyre | |
2003-07-08 | - fix an .Nd | Jason McIntyre | |
- \" -> .\" at start of line - simpler macros | |||
2003-07-08 | Update to work with new kernel changes | Nathan Binkert | |
2003-07-08 | Sync 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 displays | Jason McIntyre | |
- simplify macros | |||
2003-07-08 | fix a list; | Jason McIntyre | |
2003-07-08 | Document 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-08 | Fix a bug that caused removal of previous users' rules when more then one | Daniel 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/displays | Jason McIntyre | |
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS | |||
2003-07-08 | make sure the packets contains a complete inner header | Markus Friedl | |
for ip{4,6}-in-ip{4,6} encapsulation; fixes panic for truncated ip-in-ip over ipsec; ok angelos@ | |||
2003-07-08 | print ip_{src,dst} again; ok henning@ | Markus Friedl | |
2003-07-08 | on interface removal, clear multicast forwarding stuff. from kame | Jun-ichiro itojun Hagino | |
2003-07-08 | declare chroot and etag functions in the .h files | David Krause | |
and get rid of some implicit declaration warnings ok henning@ | |||
2003-07-08 | oupsie, error in code we don't compile | Henning Brauer | |
found bu david | |||
2003-07-08 | fix pasto in last commit | Todd C. Miller | |
2003-07-08 | o Avoid a temp file if using stdin and stdin is redirected from a regular file | Todd C. Miller | |
o Fix a double free in the temmp file case | |||
2003-07-08 | dont silently truncate a domain socket specified via the -p argument; | Anil Madhavapeddy | |
error out instead if its too long. deraadt@ ok | |||
2003-07-08 | sync | Theo de Raadt | |
2003-07-08 | pre-xtian common laws of physics | Michael Shalayeff | |
2003-07-08 | fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok | Michael Shalayeff | |
2003-07-08 | remove variable never read | Marco S Hyman | |
2003-07-08 | Give some feedback during the pthread_cond_timedwait test | Marco S Hyman | |
2003-07-08 | KNF + ansification | Jean-Francois Brousseau | |
ok deraadt@, vincent@ | |||
2003-07-07 | disable accidentially enabled 'debug' flag; ok drahn | Peter Valchev | |
2003-07-07 | for cleandir target, clean the postscript man page output even if MANPS is | Theo de Raadt | |
not set | |||
2003-07-07 | bye bye piece of crud | Theo de Raadt | |
2003-07-07 | protos | Theo de Raadt | |
2003-07-07 | - fix a list | Jason McIntyre | |
- remove .Pp before .Bd |