| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $Id$ | gpalmer | 1996-06-10 | 1 | -0/+2 |
* | Change the use if ifnet.if_lastchange to be more in line with | gpalmer | 1996-06-10 | 11 | -35/+42 |
* | Add Estonia to mirrors. | jkh | 1996-06-10 | 1 | -1/+14 |
* | better appletalk support. | julian | 1996-06-10 | 3 | -41/+98 |
* | Code cleanup: | jraynard | 1996-06-10 | 9 | -21/+37 |
* | Implemented 'kern_sysctl', which differs from 'userland_sysctl' in that | nate | 1996-06-10 | 2 | -6/+65 |
* | nitpicks. | phk | 1996-06-10 | 2 | -1/+6 |
* | typo. | phk | 1996-06-10 | 1 | -1/+1 |
* | Update man to tell that <sys/types.h> is needed. | phk | 1996-06-10 | 1 | -0/+1 |
* | We are developing a device driver of Smart Capture Card. | phk | 1996-06-10 | 2 | -2/+4 |
* | *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in the | peter | 1996-06-10 | 3 | -6/+6 |
* | Remove extraneous '+' that looks like it was left in by mistake. This | wpaul | 1996-06-10 | 1 | -2/+2 |
* | Mostly superficial code improvements, add a diagnostic. The | dyson | 1996-06-10 | 1 | -18/+23 |
* | Added ABRAYER Rewsirow (pcs51674@asciinet.or.jp) for his contribution | asami | 1996-06-10 | 1 | -1/+2 |
* | Increase performance using pre-calculated collate table | ache | 1996-06-10 | 1 | -15/+42 |
* | Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT. | alex | 1996-06-10 | 3 | -9/+15 |
* | Code cleanup (part two): | jraynard | 1996-06-10 | 7 | -22/+30 |
* | Added revised manpage submitted by the author of units. | alex | 1996-06-10 | 1 | -26/+60 |
* | Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", by | dyson | 1996-06-10 | 1 | -3/+7 |
* | Big sweep over ipfw, picking up where Poul left off: | alex | 1996-06-09 | 1 | -23/+197 |
* | Big sweep over ipfw, picking up where Poul left off: | alex | 1996-06-09 | 2 | -83/+133 |
* | update sticky bit documentation | wosch | 1996-06-09 | 1 | -8/+3 |
* | documented login name limit | wosch | 1996-06-09 | 1 | -9/+18 |
* | Prepare for exec properly and check return values | ache | 1996-06-09 | 2 | -5/+19 |
* | Handle sorting in better way | ache | 1996-06-09 | 1 | -16/+34 |
* | Follow alphabetical order more closely, now ISO8859-1 characters | ache | 1996-06-09 | 1 | -1/+14 |
* | Detect and report dataphase overruns. Put the adapter into 'Bit Bucket' | gibbs | 1996-06-09 | 3 | -3/+58 |
* | Make collation table compatible with POSIX WG15 view, i.e. | ache | 1996-06-09 | 4 | -20/+28 |
* | Also count bytes in if_tun. kern/1253 | phk | 1996-06-09 | 1 | -0/+2 |
* | Compare 8bit alpha characters alphabetically using strcoll() | ache | 1996-06-09 | 1 | -4/+66 |
* | Include <sys/param.h> needed for MAXCOMLEN and MAXLOGNAME constants. | alex | 1996-06-09 | 1 | -1/+2 |
* | Use better approximation if collate info not available. | ache | 1996-06-09 | 3 | -16/+41 |
* | Change my email address martin@innovus.com -> martin@tdc.on.ca | martin | 1996-06-09 | 1 | -2/+2 |
* | Add a check in the SMC probe to verify that the card has an ethernet | martin | 1996-06-09 | 1 | -0/+4 |
* | Fix the spl handling. There's still the effect that the timers have | joerg | 1996-06-09 | 1 | -14/+32 |
* | Localize it. | ache | 1996-06-09 | 1 | -46/+7 |
* | Implement CDIOCCLOSE | ache | 1996-06-09 | 1 | -4/+16 |
* | Scan PCI buses in order the BIOS has assigned them. This is sometimes | asami | 1996-06-09 | 2 | -4/+8 |
* | Ack! You can't strdup() a DB datum that is not null terminated, or you | peter | 1996-06-09 | 1 | -3/+4 |
* | Reword the sentence about the required space for the result string. | joerg | 1996-06-09 | 1 | -1/+1 |
* | Added function prototypes and removed in-line prototypes of standard | alex | 1996-06-08 | 1 | -27/+37 |
* | Bring back the `config file in the kernel' feature from the 1.x days. This | jkh | 1996-06-08 | 5 | -9/+57 |
* | Update Brian Tao's email address. | jkh | 1996-06-08 | 1 | -2/+2 |
* | Finally get this back into shape following my incorporation of Garrett's | jkh | 1996-06-08 | 1 | -3/+4 |
* | Code cleanup (part one): | jraynard | 1996-06-08 | 8 | -14/+28 |
* | Change the 'sysi86()' function not implemented' printf to be called only | nate | 1996-06-08 | 1 | -0/+2 |
* | Rephrase some things as suggested by Bruce. | alex | 1996-06-08 | 1 | -2/+3 |
* | Oops, replace a rather important line that was lost in transit 8-( | jraynard | 1996-06-08 | 1 | -1/+2 |
* | Print times/call in ns if hz >= 10e7. hz will be this large for high | bde | 1996-06-08 | 1 | -3/+8 |
* | Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn't | bde | 1996-06-08 | 2 | -2/+4 |