| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate cvs tag. | eric | 2001-07-26 | 2 | -4/+0 |
* | Update sysinstall menu texts to reflect the new key behavior. | eric | 2001-07-26 | 2 | -18/+28 |
* | Properly update cursor position when the list is scrolled. | eric | 2001-07-26 | 2 | -8/+12 |
* | New release notes: ed(4) MII, isdnd.rc(5) maxconnecttime, ppp(8) | bmah | 2001-07-26 | 4 | -10/+46 |
* | Handle keys consistently. | eric | 2001-07-26 | 2 | -1/+4 |
* | Speed up console driver. | nyan | 2001-07-26 | 2 | -296/+290 |
* | Xref to openssl(1) (i.e. "openssl passwd") | kris | 2001-07-26 | 1 | -0/+1 |
* | Remove $daily_status_named_logs and figure out which /var/log/messages* | brian | 2001-07-26 | 3 | -51/+33 |
* | Fix typo (* -> &) | msmith | 2001-07-26 | 1 | -1/+1 |
* | Add, belated, entry for ed driver needing mii | imp | 2001-07-25 | 1 | -0/+5 |
* | Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI | scottl | 2001-07-25 | 3 | -2/+9 |
* | This commit was generated by cvs2svn to compensate for changes in r80357, | peter | 2001-07-25 | 1 | -2/+4 |
|\ |
|
| * | Commit the hwsleep.c patch for suspend/resume onto the vendor branch. | peter | 2001-07-25 | 1 | -2/+4 |
* | | Fix 64 bit issues so that sockstat && fstat work correctly on alpha. | mjacob | 2001-07-25 | 2 | -10/+9 |
* | | Somewhat modernize ip_mroute.c: | fenner | 2001-07-25 | 3 | -192/+160 |
* | | Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl | fenner | 2001-07-25 | 3 | -8/+3 |
* | | Unbreak ip_mroute_mod | fenner | 2001-07-25 | 2 | -4/+14 |
* | | Use sysctl to export multicast routing stats | fenner | 2001-07-25 | 1 | -5/+13 |
* | | As commented in defined in sys/net/route.c, rt_fixchange() has a bad | ume | 2001-07-25 | 1 | -5/+25 |
* | | Add build infrastructure for a libiconv loadable kernel module. | sheldonh | 2001-07-25 | 1 | -0/+12 |
* | | Reset the device's powerstate to d0 when resuming from a suspend | jlemon | 2001-07-25 | 1 | -25/+34 |
* | | Make dynamic sysctl entries start at 0x100, not decimal 100 - there are | roam | 2001-07-25 | 2 | -3/+13 |
* | | Style(9): function names on a separate line, max line length 80 chars. | roam | 2001-07-25 | 1 | -4/+8 |
* | | Better checking of duplicated interrupt handler installation. | iwasaki | 2001-07-25 | 1 | -1/+1 |
* | | Some minor fixes. | iwasaki | 2001-07-25 | 1 | -4/+11 |
* | | Make the multiple interrupts attachment an error not a panic. | imp | 2001-07-25 | 1 | -2/+5 |
* | | Move the kernel stuff out of snoop.h. It was only there because some | dd | 2001-07-25 | 2 | -39/+39 |
* | | Fix breakage introduced in rev 1.26, with the introduction of | sheldonh | 2001-07-25 | 1 | -3/+3 |
* | | Note that this file was repo-copied from sys/kern/tty_snoop.c. | dd | 2001-07-25 | 0 | -0/+0 |
* | | sys/kern/tty_snoop.c is now sys/dev/snp/snp.c. | dd | 2001-07-25 | 3 | -613/+3 |
* | | Note MFC of {d,h}watch DDB commands. | dd | 2001-07-25 | 2 | -2/+2 |
* | | Use a safer method of creating the temporary password file. | jedgar | 2001-07-25 | 1 | -8/+8 |
* | | Change permissions from [4]554 to [4]551 | brian | 2001-07-25 | 1 | -2/+2 |
* | | Fix a stupid bug which resulted in a blank line in the status output if | brooks | 2001-07-25 | 1 | -8/+4 |
* | | Remove ISP_SMPLOCK stuff- we're just using locking now. | mjacob | 2001-07-25 | 1 | -53/+40 |
* | | Roll minor version. Remove ISP_SMPLOCK nonsense. We're using full locking, | mjacob | 2001-07-25 | 1 | -19/+2 |
* | | fix misspelling introduced in rev 1.14 (sames as -> same as) | billf | 2001-07-25 | 1 | -1/+1 |
* | | If an attempt is made to LISTEN for a service tag that's already being | brian | 2001-07-25 | 1 | -14/+28 |
* | | Move netgraph to i386 only. Which is where it works only. | mjacob | 2001-07-25 | 1 | -1/+1 |
* | | IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change | brooks | 2001-07-25 | 3 | -3/+3 |
* | | Allow ng_split to be compiled in staticly. | brooks | 2001-07-25 | 4 | -0/+4 |
* | | Make ng_split part of the module building process. | brooks | 2001-07-24 | 1 | -0/+1 |
* | | General cleanup providing better style(9) conformance and generally | brooks | 2001-07-24 | 2 | -91/+47 |
* | | merged interface cloning support. | brooks | 2001-07-24 | 2 | -2/+2 |
* | | Remove non-existent (missing?) fonts.alias from beforeinstall: target | ache | 2001-07-24 | 1 | -1/+1 |
* | | Add -I${.OBJDIR} to pick generated font*.h | ache | 2001-07-24 | 1 | -1/+1 |
* | | Eliminate the panic, reported by Daniel Sobral, which occurs when | fenner | 2001-07-24 | 1 | -17/+36 |
* | | correct description of `vpp' for mknod/symlink: they are actually | assar | 2001-07-24 | 1 | -2/+2 |
* | | Expland `mymalloc' with malloc + error checking. | obrien | 2001-07-24 | 4 | -17/+10 |
* | | Remove the misnamed `xmalloc' and replace its uses with the realloc (along | obrien | 2001-07-24 | 1 | -19/+11 |