| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stop trying to align malloc()ed memory. Rely on malloc() instead, just like | Semen Ustimenko | 2002-08-19 | 2 | -24/+17 |
| * | Close a race in process label changing opened due to dropping the | Robert Watson | 2002-08-19 | 9 | -63/+90 |
| * | Do not reset card in epic_freebsd_attach() as reset is done in | Semen Ustimenko | 2002-08-19 | 1 | -7/+0 |
| * | Regen. | Robert Watson | 2002-08-19 | 5 | -6/+6 |
| * | mac_syscall is now implemented, switch to MSTD. | Robert Watson | 2002-08-19 | 1 | -1/+1 |
| * | Enclose IPv6 addresses in brackets when they are displayed printable with a | Juli Mallett | 2002-08-19 | 3 | -7/+15 |
| * | Fix a couple of bogus return values in previous commit. | Brooks Davis | 2002-08-19 | 1 | -3/+2 |
| * | Pass active_cred and file_cred into the MAC framework explicitly | Robert Watson | 2002-08-19 | 24 | -196/+302 |
| * | Fix buffer length. | Søren Schmidt | 2002-08-19 | 1 | -1/+1 |
| * | Fix typo. | Søren Schmidt | 2002-08-19 | 1 | -1/+1 |
| * | Provide an implementation of mac_syscall() so that security modules | Robert Watson | 2002-08-19 | 13 | -2/+370 |
| * | Clean up a comment talking about C strings, which are terminated with the | Juli Mallett | 2002-08-19 | 1 | -4/+4 |
| * | Break out mac_check_pipe_op() into component check entry points: | Robert Watson | 2002-08-19 | 19 | -122/+684 |
| * | Don't read the PCI config space during mii operations. Instead save whether | Doug Ambrisko | 2002-08-19 | 2 | -3/+9 |
| * | Break out mac_check_vnode_op() into three seperate checks: | Robert Watson | 2002-08-19 | 23 | -189/+764 |
| * | 1. Allow information about current history size be retrieved using ioctl(2); | Maxim Sobolev | 2002-08-19 | 2 | -5/+47 |
| * | Cater for ich4 quirks. | Orion Hodson | 2002-08-19 | 2 | -9/+29 |
| * | Assert process locks in proces-related access control checks. | Robert Watson | 2002-08-19 | 9 | -0/+54 |
| * | Add a missing vnode assertion for the exec() check. | Robert Watson | 2002-08-19 | 9 | -0/+18 |
| * | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | Maxim Sobolev | 2002-08-19 | 3 | -3/+15 |
| * | First snapshot of UFS2 EA support. | Poul-Henning Kamp | 2002-08-19 | 1 | -7/+228 |
| * | Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESS | Poul-Henning Kamp | 2002-08-19 | 1 | -3/+0 |
| * | Keep a copy of the credential used to mount filesystems around so | Poul-Henning Kamp | 2002-08-19 | 3 | -4/+9 |
| * | Raise limit for port lists to 30 entries/ranges. | Luigi Rizzo | 2002-08-19 | 1 | -6/+4 |
| * | Added rules to generate .c files from .m files. Run mkdep on these .c | Bruce Evans | 2002-08-19 | 1 | -3/+10 |
| * | A side effect of some debugging: prototypify and deregister. | Poul-Henning Kamp | 2002-08-18 | 1 | -45/+18 |
| * | Finished removing env(1) commands, as in rev.1.13 but non-broken. Set | Bruce Evans | 2002-08-18 | 1 | -5/+5 |
| * | Apply reference counting patch. Fixes problem of two applications | Orion Hodson | 2002-08-18 | 1 | -35/+33 |
| * | Fix args for contigmalloc, cosmetics. | Søren Schmidt | 2002-08-18 | 3 | -83/+86 |
| * | Add dev# for pst driver | Søren Schmidt | 2002-08-18 | 1 | -0/+1 |
| * | Use uhci_pci_match to return the device description and rework the | Josef Karthauser | 2002-08-18 | 2 | -56/+44 |
| * | Add a comment to remind that uhci_pci_match will never return NULL. | Josef Karthauser | 2002-08-18 | 2 | -12/+22 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 16 | -50/+50 |
| * | Catch up to rev 1.8 of sys/alpha/osf1/osf1_mount.c. | Mike Barcroft | 2002-08-18 | 1 | -1/+2 |
| * | Fix warning. These structs should probably be removed altogether. | Jake Burkholder | 2002-08-18 | 1 | -0/+2 |
| * | Forgot this in last commit. | Jake Burkholder | 2002-08-18 | 1 | -2/+2 |
| * | o Simplify the ptphint test in pmap_release_free_page(). In other words, | Alan Cox | 2002-08-18 | 2 | -2/+2 |
| * | Add pmap support for user mappings of multiple page sizes (super pages). | Jake Burkholder | 2002-08-18 | 10 | -378/+479 |
| * | Fix VRA configuration. | Orion Hodson | 2002-08-18 | 1 | -3/+6 |
| * | Consolidate the device recognition code. | Josef Karthauser | 2002-08-18 | 2 | -114/+8 |
| * | Now that NEWCARD is gone, NEWCARD.hints is even less necessary. | Warner Losh | 2002-08-17 | 1 | -80/+0 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 7 | -0/+338 |
| * | If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot | Matt Jacob | 2002-08-17 | 1 | -22/+63 |
| * | We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined- | Matt Jacob | 2002-08-17 | 1 | -0/+12 |
| * | Fix the incorrect parsing of the Risc2Host isr. For RIO_16, | Matt Jacob | 2002-08-17 | 1 | -1/+13 |
| * | Add ICBXOPT_ZIO definition. | Matt Jacob | 2002-08-17 | 1 | -0/+1 |
| * | Add ISPASYNC_FW_DUMPED async event. | Matt Jacob | 2002-08-17 | 1 | -0/+3 |
| * | Support for VIA VT8233 audio controller. | Orion Hodson | 2002-08-17 | 6 | -1/+812 |
| * | Remove support for the vt8233. Specs for chipset changed mid-revision | Orion Hodson | 2002-08-17 | 2 | -200/+75 |
| * | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 22 | -79/+138 |