| Commit message (Expand) | Author | Age | Files | Lines |
* | Another attempt at making multi-sector mode work. | dyson | 1996-08-23 | 1 | -16/+35 |
* | add FreeBSD Inc. to copyright string | wosch | 1996-08-22 | 1 | -1/+2 |
* | Some cleanups to the callout lists recently added. | julian | 1996-08-22 | 6 | -83/+135 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 24 | -628/+583 |
* | Add hooks for an IP NAT module, much like the firewall stuff... | sos | 1996-08-21 | 5 | -23/+60 |
* | Add /usr/sbin to sysctl because /usr/sbin not in standard path | ache | 1996-08-21 | 3 | -9/+9 |
* | Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types. | fenner | 1996-08-20 | 1 | -1/+4 |
* | Fix a minor style error in my code. | smpatel | 1996-08-20 | 1 | -2/+2 |
* | Sync rfork() flags up with OpenBSD. | smpatel | 1996-08-20 | 1 | -7/+13 |
* | Reran makesyscalls.sh after changing select()'s first argument to 'int'. | smpatel | 1996-08-20 | 5 | -5/+5 |
* | Remove the kernel FD_SETSIZE limit for select(). | smpatel | 1996-08-20 | 6 | -22/+61 |
* | having checked in the file I probably should check in the entry for | julian | 1996-08-20 | 1 | -0/+1 |
* | oops apparently this wasn't in my test compile, becasue it didn't | julian | 1996-08-19 | 1 | -3/+4 |
* | Update to match definitions in LBL June 96 release | pst | 1996-08-19 | 1 | -10/+17 |
* | Collect all the functioons concerned with rebooting into one place | julian | 1996-08-19 | 6 | -437/+22 |
* | for kern_conf.c, start allocating dynamic major numbers | julian | 1996-08-19 | 3 | -13/+17 |
* | Add a protocol-specific mbuf flag. | wollman | 1996-08-19 | 1 | -2/+3 |
* | s/ETHER_MIN_LAN/ETHER_MIN_LEN/ | peter | 1996-08-19 | 1 | -1/+1 |
* | fix handling of external objects referenced by mbufs | julian | 1996-08-19 | 2 | -28/+22 |
* | oops somehow this dissppeared along the way.. | julian | 1996-08-19 | 1 | -1/+3 |
* | fix a broken atalk stack.. | julian | 1996-08-19 | 1 | -3/+16 |
* | add callout lists for exit() and fork() | julian | 1996-08-19 | 2 | -2/+143 |
* | move all functions related to shutting down to one file | julian | 1996-08-19 | 2 | -1/+447 |
* | make the declaration of the __error() function C++ safe. Otherwise, | peter | 1996-08-18 | 1 | -2/+5 |
* | Add __unused to the list of __dead, __dead2, __pure, __pure2 etc. | peter | 1996-08-18 | 1 | -2/+12 |
* | Accept odd length ipx packets. (Win95 and some dialup servers use it.) | jhay | 1996-08-18 | 1 | -6/+10 |
* | Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit. | joerg | 1996-08-18 | 1 | -2/+2 |
* | Do not test_unit_ready() before starting the unit... | joerg | 1996-08-17 | 1 | -7/+7 |
* | restore nsccons variable from rev 1.115 that was deleted in rev 1.136 | peter | 1996-08-16 | 3 | -3/+6 |
* | Fix fdavail() so that correctly pays attention to the rlimit. | smpatel | 1996-08-15 | 1 | -3/+5 |
* | Add comment about fxp device (Intel EE Pro/100B). | asami | 1996-08-15 | 3 | -3/+12 |
* | Certain vnode buffer list operations were not being spl protected, | dyson | 1996-08-15 | 2 | -2/+10 |
* | Fix a typo in the #define for PF_RTIP, even though I doubt it will | jdp | 1996-08-15 | 1 | -2/+2 |
* | Submitted by: doug Rabson (dfr@render.com) | julian | 1996-08-13 | 2 | -9/+13 |
* | Completely rewrite handling of protocol field for firewalls, things are | pst | 1996-08-13 | 2 | -98/+45 |
* | symlink support in devfs. | julian | 1996-08-13 | 2 | -38/+96 |
* | Fix two minor oddities introduced by my yesterday's patches: | joerg | 1996-08-12 | 2 | -9/+15 |
* | Back out mistaken local change that sneaked in on the last commit. | wollman | 1996-08-12 | 2 | -0/+80 |
* | Don't declare the user_ldt functions unless USER_LDT is defined. | wollman | 1996-08-12 | 4 | -84/+8 |
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 1 | -3/+3 |
* | Extend the poll code so that it can periodically scan the host cards | peter | 1996-08-12 | 2 | -8/+22 |
* | Add two more portrange sysctls, which control the area of the below | peter | 1996-08-12 | 2 | -17/+52 |
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -1/+4 |
* | Apply my small patch to make detection of ATAPI CD-ROMs happen a | wpaul | 1996-08-12 | 1 | -3/+11 |
* | Add support for i686 machine check trap. | dg | 1996-08-11 | 8 | -13/+24 |
* | Defined T_MCHK exception for i686; renumbered T_RESERVED to 29. | dg | 1996-08-11 | 2 | -4/+6 |
* | Fix many long-standing bugs and problems with pcvt, namely: | joerg | 1996-08-10 | 4 | -19/+40 |
* | Teach UserConfig about ANSI (DEC?) ``application mode'' arrow key | joerg | 1996-08-10 | 1 | -3/+4 |
* | Finally implement a simple commandline history in DDB. | joerg | 1996-08-10 | 1 | -2/+71 |
* | Add recognition for the AMD 5x86 CPU models. | peter | 1996-08-10 | 2 | -2/+30 |