| Commit message (Expand) | Author | Age | Files | Lines |
* | o Remove @- from the ln and change it to a -sf. This was bogus, and | imp | 2003-11-19 | 9 | -9/+7 |
* | Fix vnode locking in fdesc_setattr. Lock vnode before invoking | kan | 2003-11-19 | 1 | -5/+5 |
* | Do not call VOP_GETATTR in getdents function. It does not serve any | kan | 2003-11-19 | 2 | -12/+0 |
* | Lower the maximum ACK timeout for GRE packets from 10 to 1 second. | archie | 2003-11-18 | 1 | -1/+1 |
* | Use the class->init() to hitch up preload devices, rather than rely on | phk | 2003-11-18 | 1 | -2/+6 |
* | Call class->init() an class->fini() while the class is hooked up, | phk | 2003-11-18 | 1 | -3/+5 |
* | Add support for the SiS964 ATA/SATA southbridge. | sos | 2003-11-18 | 2 | -9/+19 |
* | Work around the problem that some CDROM drives might return different | sos | 2003-11-18 | 1 | -3/+5 |
* | Hackfix to patch around a kernel panic I introduced. Real fix to | markm | 2003-11-18 | 1 | -0/+4 |
* | Replace the dangerous strcpy() call with strlcpy(), instead of the safe one | tjr | 2003-11-18 | 1 | -2/+2 |
* | Fix a harmless bug and add a ')' in a debugging printf. | phk | 2003-11-18 | 1 | -2/+2 |
* | Use UMA zone allocator for Biba and MLS labels rather than MALLOC(9). | rwatson | 2003-11-18 | 2 | -12/+12 |
* | Revert a NOOP change to Makefile that slipped into the last commit. | rwatson | 2003-11-18 | 1 | -1/+0 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 39 | -40/+494 |
* | Merged from sys/dev/sio/sio.c revisions 1.415 and 1.416. | bde | 2003-11-17 | 2 | -20/+26 |
* | Overhaul the entropy device: | markm | 2003-11-17 | 5 | -123/+101 |
* | Add a sysctl, security.bsd.see_other_gids, similar in semantics | rwatson | 2003-11-17 | 1 | -2/+51 |
* | In rip_abort(), unlock the inpcb if we didn't detach it, or we may | cognet | 2003-11-17 | 1 | -0/+2 |
* | move rate control change messages under ath_debug | sam | 2003-11-17 | 1 | -2/+2 |
* | Fixed two memory leaks. | ru | 2003-11-17 | 1 | -1/+3 |
* | Check the correct set of interface flags and fix a memory leak. | ru | 2003-11-17 | 1 | -1/+2 |
* | o fix WEP use in hostap mode; need to reset the pointer to the | sam | 2003-11-17 | 1 | -1/+2 |
* | on a beacon miss try to reassociate before starting a scan | sam | 2003-11-17 | 1 | -2/+9 |
* | Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation. | rwatson | 2003-11-17 | 1 | -1/+5 |
* | - Change the i386's sf_buf implementation so that it never allocates | alc | 2003-11-17 | 2 | -27/+50 |
* | Add SMP changes as should have been committed as rev 1.28 | peter | 2003-11-17 | 1 | -26/+7 |
* | Restore file accidently killed in the crossfire from the smp commit. | peter | 2003-11-17 | 1 | -0/+152 |
* | Initial landing of SMP support for FreeBSD/amd64. | peter | 2003-11-17 | 50 | -2298/+1113 |
* | - Mark ksq_assigned as volatile so that when this code is used without | jeff | 2003-11-17 | 1 | -3/+3 |
* | - Remove long dead code. rslices hasn't been used in some time and neither | jeff | 2003-11-17 | 1 | -52/+4 |
* | correct to look right interface. | ume | 2003-11-17 | 1 | -1/+1 |
* | Oh, how embarresing. I broke my own platform. :-) | peter | 2003-11-17 | 1 | -4/+4 |
* | Tweaked the siointr1() so that it works better at 921600 bps, especially | bde | 2003-11-17 | 1 | -0/+5 |
* | Widen the enable/disable helper function's argument in line with the | peter | 2003-11-17 | 15 | -67/+45 |
* | Expand the argument to the ithread enable/disable helper hooks from an | peter | 2003-11-17 | 2 | -9/+9 |
* | Ignore errors on ln. This is a quick fix for the make depend twice in | imp | 2003-11-17 | 1 | -1/+1 |
* | Fixed pedantic warnings for statement-expressions using __extension__ | bde | 2003-11-17 | 2 | -8/+8 |
* | Copy ukbdmap.h rules from .i386. | imp | 2003-11-17 | 1 | -0/+6 |
* | Fixed a pedantic syntax error (a stray semicolon at the end of | bde | 2003-11-17 | 3 | -3/+3 |
* | Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but | green | 2003-11-17 | 2 | -0/+3 |
* | Fixed pedantic syntax errors. Many macros didn't permit a semicolon after | bde | 2003-11-17 | 1 | -3/+6 |
* | Avoid a warning for compiling with `gcc -Wbad-function cast'. (This | bde | 2003-11-17 | 1 | -1/+5 |
* | Don't implement mpo_destroy() for Biba, LOMAC, and MLS, as they | rwatson | 2003-11-17 | 3 | -21/+0 |
* | Update a comment about needing to fix NFS server credential use | rwatson | 2003-11-17 | 1 | -1/+1 |
* | - Remove unnecessary synchronization from sf_buf_init(). (There is only | alc | 2003-11-16 | 7 | -14/+0 |
* | Implement sockets support for __mac_get_fd() and __mac_set_fd() | rwatson | 2003-11-16 | 12 | -7/+124 |
* | Don't waste so much space for the latency debugging buffer. Its size | bde | 2003-11-16 | 1 | -10/+8 |
* | Gross kludge: | imp | 2003-11-16 | 1 | -0/+8 |
* | Fix build on alpha | kris | 2003-11-16 | 1 | -0/+1 |
* | Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET and | rwatson | 2003-11-16 | 2 | -0/+2 |