Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-09 | Unlink temp file as soon as it is opened and return a FILE * for | 1 | -50/+26 | ||
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 | 6 | -49/+219 | ||
mode (like GNU diff). | |||||
2003-07-08 | The best read code of mice and men, ... (reviewed by /dev/null) | 1 | -2/+2 | ||
2003-07-08 | Improved timebase register handling. use all 64 bits, instead of the | 2 | -41/+41 | ||
lower 32 bits. | |||||
2003-07-08 | unifdef -U__otherBSD__ | 1 | -5/+1 | ||
2003-07-08 | ep@pcmcia | 1 | -1/+5 | ||
2003-07-08 | add ep@pcmcia and phys, commented out an and com | 3 | -21/+34 | ||
2003-07-08 | protos; avsm ok | 13 | -106/+54 | ||
2003-07-08 | BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake | 1 | -1/+5 | ||
2003-07-08 | no need for an explicit machine/intr.h; tested on alpha, i386, sparc | 2 | -4/+2 | ||
2003-07-08 | sync | 2 | -22/+47 | ||
2003-07-08 | add Intel 82865G/PE/P, Intel 82801ER and 3Com 3c940 deraadt@ ok | 1 | -10/+15 | ||
2003-07-08 | remove stuff nothing uses | 1 | -210/+0 | ||
2003-07-08 | - fix some lists/displays | 3 | -39/+30 | ||
- use .Dl for one-liners, rather than .Bd | |||||
2003-07-08 | regen | 2 | -5/+5 | ||
2003-07-08 | fix aironet mpi-350 entry; deraadt@ ok | 1 | -2/+2 | ||
2003-07-08 | better output length estimate for a nicer printout | 1 | -4/+2 | ||
2003-07-08 | ellaborate on the systems supported; from netbsd via weissmanndude | 1 | -2/+286 | ||
2003-07-08 | ELF_TOOLCHAIN:L, for consistency with other yes/no variables. | 2 | -4/+4 | ||
2003-07-08 | some \" -> .\" that i missed earlier; | 4 | -8/+8 | ||
2003-07-08 | - fix an .Nd | 3 | -21/+13 | ||
- \" -> .\" at start of line - simpler macros | |||||
2003-07-08 | Update to work with new kernel changes | 1 | -5/+1 | ||
2003-07-08 | Sync USB code with NetBSD. | 19 | -636/+1336 | ||
This includes numerous fixes and paves the way for usb 2.0 support. | |||||
2003-07-08 | - fix some lists and displays | 3 | -70/+44 | ||
- simplify macros | |||||
2003-07-08 | fix a list; | 1 | -3/+2 | ||
2003-07-08 | Document tuning limits in login.conf. | 1 | -1/+6 | ||
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 | 1 | -2/+3 | ||
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 | 4 | -82/+57 | ||
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS | |||||
2003-07-08 | make sure the packets contains a complete inner header | 1 | -3/+31 | ||
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@ | 1 | -4/+2 | ||
2003-07-08 | on interface removal, clear multicast forwarding stuff. from kame | 3 | -5/+45 | ||
2003-07-08 | declare chroot and etag functions in the .h files | 5 | -15/+21 | ||
and get rid of some implicit declaration warnings ok henning@ | |||||
2003-07-08 | oupsie, error in code we don't compile | 1 | -1/+1 | ||
found bu david | |||||
2003-07-08 | fix pasto in last commit | 1 | -3/+3 | ||
2003-07-08 | o Avoid a temp file if using stdin and stdin is redirected from a regular file | 2 | -15/+19 | ||
o Fix a double free in the temmp file case | |||||
2003-07-08 | dont silently truncate a domain socket specified via the -p argument; | 1 | -3/+8 | ||
error out instead if its too long. deraadt@ ok | |||||
2003-07-08 | sync | 2 | -3/+0 | ||
2003-07-08 | pre-xtian common laws of physics | 2 | -1/+393 | ||
2003-07-08 | fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok | 2 | -35/+58 | ||
2003-07-08 | remove variable never read | 3 | -8/+3 | ||
2003-07-08 | Give some feedback during the pthread_cond_timedwait test | 1 | -20/+28 | ||
2003-07-08 | KNF + ansification | 1 | -6/+5 | ||
ok deraadt@, vincent@ | |||||
2003-07-07 | disable accidentially enabled 'debug' flag; ok drahn | 1 | -2/+1 | ||
2003-07-07 | for cleandir target, clean the postscript man page output even if MANPS is | 1 | -5/+5 | ||
not set | |||||
2003-07-07 | bye bye piece of crud | 12 | -3586/+2 | ||
2003-07-07 | protos | 16 | -64/+63 | ||
2003-07-07 | - fix a list | 1 | -3/+2 | ||
- remove .Pp before .Bd | |||||
2003-07-07 | - remove some unnecessary quoting | 1 | -20/+17 | ||
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li | |||||
2003-07-07 | ansify and remove statics | 5 | -124/+65 | ||
2003-07-07 | when testing passwd(5) expire field, force its value to an int before | 1 | -2/+2 | ||
checking for non-zero since an empty field is equivalent to 0. Problem noted by Graeme Lee. |