| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine cursor type/shape control escape sequences and | yokota | 2001-08-02 | 6 | -112/+234 |
* | Fixups for the initial allocation by dillon: | alfred | 2001-08-02 | 1 | -7/+15 |
* | Only try to allocated properly aligned I/O segments. This should stop | imp | 2001-08-02 | 1 | -17/+12 |
* | Fix thinko: FORCE_PKG_RESIDENT -> FORCE_PKG_REGISTER | greid | 2001-08-02 | 1 | -1/+1 |
* | Add the ability to modify /etc/ttys before first reboot during the | rwatson | 2001-08-02 | 6 | -0/+58 |
* | Compensate for default disabling of network services in inetd.conf(5) | rwatson | 2001-08-02 | 11 | -2/+95 |
* | Default to disabling all inetd.conf entries, in particular, telnetd | rwatson | 2001-08-02 | 1 | -8/+13 |
* | Oops- don't set 'goal' twice when you mean to set 'nvrm' as well. | mjacob | 2001-08-02 | 1 | -1/+1 |
* | A good sysadmin always carries around a few feet of fiber. If he ever | kris | 2001-08-01 | 1 | -0/+5 |
* | Revert part of previous- I misunderstood the use of 'ncpus'- I thought it'd | mjacob | 2001-08-01 | 1 | -3/+1 |
* | Temporarily back out kern_sig.c rev 1.125 and kern_exit.c rev 1.131. | peter | 2001-08-01 | 2 | -8/+8 |
* | Fix grammar nit. | dd | 2001-08-01 | 1 | -1/+1 |
* | Scratch an itch of long standing by adding entries for the most | dougb | 2001-08-01 | 1 | -2/+4 |
* | Oops, note MFC of UFS_DIRHASH. | dd | 2001-08-01 | 2 | -2/+2 |
* | Fix previous commit: actually move the UFS_DIRHAS stuff, not the | dd | 2001-08-01 | 2 | -20/+20 |
* | Move the UFS_DIRHASH paragraph to 'filesystems' and note its MFC. | dd | 2001-08-01 | 2 | -12/+12 |
* | Note MFCs: WARNS, GCC_OPTIONS, and GNATS. | dd | 2001-08-01 | 2 | -6/+6 |
* | I could have sworn I did this already, but obviously I didn't. So, | dougb | 2001-08-01 | 1 | -1/+1 |
* | TI cardbus bridges, 12xx and newer, have an interesting register. It | imp | 2001-08-01 | 4 | -10/+58 |
* | Don't initialize a clock twice (it's not a function of number of | mjacob | 2001-08-01 | 1 | -3/+5 |
* | Correct the version number. | obrien | 2001-08-01 | 1 | -1/+1 |
* | Add "use Fcntl" to resolve O_RDWR|O_CREAT|O_EXCL macros used in | ghelmer | 2001-08-01 | 1 | -0/+2 |
* | mdoc(7) police: remove hard sentence breaks. | dd | 2001-08-01 | 1 | -4/+4 |
* | Install the new password file with pwd_mkdb, not the old one. | ghelmer | 2001-08-01 | 1 | -1/+1 |
* | New release notes: file(1) update. | dd | 2001-08-01 | 2 | -10/+8 |
* | MFS: in HISTORY section, fix release number of first appearance | sheldonh | 2001-08-01 | 13 | -13/+13 |
* | Fix broken Fn calls; Fn doesn't take a manual page section as an | sheldonh | 2001-08-01 | 1 | -5/+5 |
* | Don't wait for a keypress in INT 16 function 01, just return the current | tg | 2001-08-01 | 1 | -3/+0 |
* | Fix a client-side memory leak in nfs_flush(). The code allocates | iedowse | 2001-08-01 | 2 | -4/+4 |
* | style(9) | obrien | 2001-08-01 | 1 | -1/+1 |
* | Update man page to actually match the source. | eric | 2001-08-01 | 1 | -55/+73 |
* | This is actually making its enterance in FreeBSD 4.4. | obrien | 2001-08-01 | 1 | -1/+1 |
* | style(9) | obrien | 2001-08-01 | 1 | -1/+1 |
* | open_device: Recognize ar device. | grog | 2001-08-01 | 1 | -0/+2 |
* | It appears we really shouldn't be following this example man page -- one | obrien | 2001-08-01 | 1 | -1/+1 |
* | Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db) | gshapiro | 2001-08-01 | 2 | -4/+0 |
* | Remove a misplaced space. | obrien | 2001-08-01 | 1 | -1/+1 |
* | Note the import of sendmail 8.11.5 | gshapiro | 2001-08-01 | 2 | -2/+2 |
* | Update FreeBSD import information | gshapiro | 2001-08-01 | 1 | -4/+4 |
* | Resolve conflicts from import of sendmail 8.11.5 | gshapiro | 2001-08-01 | 5 | -12/+19 |
* | This commit was generated by cvs2svn to compensate for changes in r80785, | gshapiro | 2001-08-01 | 34 | -463/+1149 |
|\ |
|
| * | Import sendmail 8.11.5 | gshapiro | 2001-08-01 | 39 | -476/+1169 |
* | | Move CPU_ABSENT() macro to smp.h, where it belongs anyway. It will be | bmilekic | 2001-08-01 | 2 | -16/+13 |
* | | Update our bpf.h with tcpdump.org's new DLT_ types. | fenner | 2001-07-31 | 2 | -3/+83 |
* | | Apply the cluebat to myself and undo the await() -> mawait() rename. The | jhb | 2001-07-31 | 2 | -33/+16 |
* | | Don't include a NUL at the end of our CHAP SUCCESS packet. | brian | 2001-07-31 | 1 | -1/+1 |
* | | Reword for consistency. | eric | 2001-07-31 | 2 | -6/+6 |
* | | Add a safety belt to mawait() for the (cold || panicstr) case identical to | jhb | 2001-07-31 | 1 | -0/+12 |
* | | Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expect | jhb | 2001-07-31 | 6 | -6/+92 |
* | | 164LX can have SRM or AlphaBIOS in flash. | wilko | 2001-07-31 | 1 | -0/+4 |