| Commit message (Expand) | Author | Age | Files | Lines |
| * | In the "ldd -v" output, display the N_AUX information for each | John Polstra | 1997-11-28 | 2 | -6/+26 |
| * | Remove the prototypes for dlopen and related functions. They don't | John Polstra | 1997-11-28 | 3 | -30/+3 |
| * | Sort option list so that -amin works. | Steve Price | 1997-11-28 | 1 | -1/+5 |
| * | The previous revision (objfiles.c:1.2) fixed backtracing in the | John Polstra | 1997-11-27 | 1 | -1/+2 |
| * | Upgrade minor version | Paul Traina | 1997-11-27 | 1 | -2/+2 |
| * | Resolve merge conflicts. | Paul Traina | 1997-11-27 | 5 | -54/+108 |
| * | This commit was generated by cvs2svn to compensate for changes in r31434, | Paul Traina | 1997-11-27 | 92 | -960/+2933 |
| |\ |
|
| | * | Import TCL v8.0 PL2.vendor/tcl | Paul Traina | 1997-11-27 | 95 | -1015/+3026 |
| * | | Make this manpage reveal its true identity. A diff of these | Steve Price | 1997-11-27 | 1 | -2/+2 |
| * | | datasize-curr -> datasize-cur, typo fix. | Steve Price | 1997-11-27 | 1 | -2/+2 |
| * | | Recognize 3C569 network interface when `PC98' is defined. | KATO Takenori | 1997-11-27 | 2 | -4/+14 |
| * | | Sync with sys/i386/i386/userconfig.c revision 1.97. | KATO Takenori | 1997-11-27 | 1 | -2/+4 |
| * | | Sync with sys/i386/conf/files.i386 revision 1.179. | KATO Takenori | 1997-11-27 | 2 | -2/+12 |
| * | | Sync with sys/i386/isa/syscons.c revision 1.240. | KATO Takenori | 1997-11-27 | 1 | -2/+9 |
| * | | Remove an extraneous ".kbd" that crept in for the Swiss German | Joerg Wunsch | 1997-11-26 | 3 | -6/+6 |
| * | | Removed an unused line of code, that caused an ``maybe used uninitialized'' | Joerg Wunsch | 1997-11-26 | 2 | -4/+2 |
| * | | Use err(3). -Wall cleaning. cosmetics in man page. | Philippe Charnier | 1997-11-26 | 3 | -23/+30 |
| * | | Remove \n at end of syslog string. -Wall cleaning. Cosmetics in man page. | Philippe Charnier | 1997-11-26 | 3 | -28/+39 |
| * | | Cosmetics in man page. Add rcsid and sort #includes. | Philippe Charnier | 1997-11-26 | 2 | -15/+22 |
| * | | Use err(3). -Wall cleaning. Use Pa for file names and add section in Xrefs. | Philippe Charnier | 1997-11-26 | 2 | -23/+29 |
| * | | Display connect time as 0 if we've never been | Brian Somers | 1997-11-26 | 1 | -3/+3 |
| * | | kinit(1) and its man page do not agre on what is reported with -v. Fix this. | Mark Murray | 1997-11-25 | 2 | -3/+4 |
| * | | From the author: | Mark Murray | 1997-11-25 | 7 | -11/+32 |
| * | | - Don't worry about the previous state of the card (insert/removed), and | Nate Williams | 1997-11-25 | 1 | -2/+4 |
| * | | Move the hardware currsor off screen when getting back from an | Søren Schmidt | 1997-11-25 | 3 | -6/+27 |
| * | | Sync with sys/i386/i386/machdep.c revision up to 1.274. | KATO Takenori | 1997-11-25 | 2 | -14/+20 |
| * | | Sync with sys/i386/i386/trap.c revision 1.115. | KATO Takenori | 1997-11-25 | 1 | -7/+11 |
| * | | Sync with sys/i386/isa/isa.c revision 1.107. | KATO Takenori | 1997-11-25 | 1 | -3/+1 |
| * | | Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.229 and | KATO Takenori | 1997-11-25 | 2 | -146/+233 |
| * | | Sync with sys/i386/isa/if_ed.c, if_fe.c and sio.c revisions 1.129, | KATO Takenori | 1997-11-25 | 4 | -8/+8 |
| * | | Sort #includes. Add rcsid. Add man page section in .Xrefs. | Philippe Charnier | 1997-11-25 | 2 | -13/+15 |
| * | | Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for file | Philippe Charnier | 1997-11-25 | 4 | -59/+66 |
| * | | Shift a few SYSINT() calls around. | Julian Elischer | 1997-11-25 | 7 | -55/+78 |
| * | | Modify the return values to comply with POSIX. Previously these | Alexander Langer | 1997-11-25 | 27 | -231/+114 |
| * | | Added missing source file uthread_sigwait.c. | Alexander Langer | 1997-11-24 | 3 | -3/+6 |
| * | | Fixed missing #include of "opt_quota.h". | Bruce Evans | 1997-11-24 | 2 | -1016/+1010 |
| * | | Fixed multiple definitions of boothowto. | Bruce Evans | 1997-11-24 | 2 | -4/+4 |
| * | | Fixed multiple definitions of boothowto. | Bruce Evans | 1997-11-24 | 1 | -5/+3 |
| * | | Added a sysctl (machdep.cputime_clock) to select the clock used by | Bruce Evans | 1997-11-24 | 2 | -22/+110 |
| * | | Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints, | Bruce Evans | 1997-11-24 | 3 | -21/+42 |
| * | | Removed all traces of P_IDLEPROC. It was tested but never set. | Bruce Evans | 1997-11-24 | 5 | -11/+8 |
| * | | Don't #define max() to get a version that works with vm_ooffset's. | Bruce Evans | 1997-11-24 | 1 | -4/+2 |
| * | | Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often | Bruce Evans | 1997-11-24 | 3 | -12/+21 |
| * | | Unstaticized rn_delete() and rn_lookup(). They are used in dark corners | Bruce Evans | 1997-11-24 | 2 | -10/+9 |
| * | | Fixed some #include messes. | Bruce Evans | 1997-11-24 | 3 | -21/+33 |
| * | | Add Ids, from lite2. | Philippe Charnier | 1997-11-24 | 3 | -3/+11 |
| * | | Add usage(), rcsids. | Philippe Charnier | 1997-11-24 | 7 | -16/+43 |
| * | | Cosmetics in usage() and man page. | Philippe Charnier | 1997-11-24 | 4 | -59/+60 |
| * | | Fixed poll related problem which was exhibited by running | Amancio Hasty | 1997-11-24 | 1 | -4/+2 |
| * | | Key is 8 bytes according to code, not 10 as stated in man page. Add rcsid. | Philippe Charnier | 1997-11-24 | 2 | -5/+7 |