| Commit message (Expand) | Author | Age | Files | Lines |
* | Add usb(4) manual pages. | trhodes | 2002-04-19 | 7 | -0/+615 |
* | Add .asm as an alias for .s. .asm is common in contribed sources. | obrien | 2002-04-19 | 3 | -3/+24 |
* | - Change KM_ macro calls to the appropriate function call. | arr | 2002-04-19 | 30 | -238/+170 |
* | - Remove KM_ macro calls and replace with the real function we're calling. | arr | 2002-04-19 | 4 | -16/+12 |
* | Add __FBSDID, this file was unmodified so it was missed in the initial sweep. | jmallett | 2002-04-19 | 1 | -0/+3 |
* | Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option, | jmallett | 2002-04-19 | 12 | -643/+1442 |
* | Merge differences and correct the manual page. | jmallett | 2002-04-19 | 1 | -144/+309 |
* | New release notes: my driver. | bmah | 2002-04-19 | 4 | -8/+38 |
* | Add a reminder that commits to the security branches must go through the | nectar | 2002-04-19 | 1 | -0/+1 |
* | In sendfile(), use the vn_rdwr() helper function, rather than manually | rwatson | 2002-04-19 | 1 | -13/+4 |
* | Divorce proc0 and proc1 credentials earlier; while this isn't technically | rwatson | 2002-04-19 | 1 | -0/+7 |
* | Record libtelnet.a death. | ru | 2002-04-19 | 5 | -5/+5 |
* | Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket | suz | 2002-04-19 | 1 | -1/+3 |
* | Mention the UCONSOLE kernel option removal. | ru | 2002-04-19 | 1 | -0/+3 |
* | mdoc(7) police: polishing. | ru | 2002-04-19 | 1 | -11/+14 |
* | Build modules on ia64: | marcel | 2002-04-19 | 1 | -9/+38 |
* | Push the .info file contents out when we're done so people can | phk | 2002-04-19 | 1 | -0/+1 |
* | Make kernel dumps work with GEOM. | phk | 2002-04-19 | 4 | -0/+53 |
* | Make life easier for reference-vector generatorts in tools/regression/geom | phk | 2002-04-19 | 1 | -0/+3 |
* | suser is Giant safe, so optimize a pointless case. | phk | 2002-04-19 | 1 | -3/+3 |
* | Add a SI_DUMPDEV flag for devices. | phk | 2002-04-19 | 2 | -0/+2 |
* | Respect setting of NM to allow cross-building. | marcel | 2002-04-19 | 1 | -1/+1 |
* | Localize it, LC_CTYPE | ache | 2002-04-19 | 1 | -1/+4 |
* | Some fixes for Symbol card. | onoe | 2002-04-19 | 1 | -2/+20 |
* | Use LC_ALL to pick collate | ache | 2002-04-19 | 1 | -1/+1 |
* | Style. | ru | 2002-04-19 | 2 | -2/+3 |
* | Fix the type of .include. | ru | 2002-04-19 | 2 | -2/+2 |
* | Fix the bsd.port.mk breakage caused by sys.mk,v 1.60 commit. | ru | 2002-04-19 | 1 | -0/+2 |
* | Allocate sufficient pages to hold the bootinfo block and stop | marcel | 2002-04-19 | 2 | -14/+20 |
* | Remove the bootinfo kludge. We get the address of the bootinfo | marcel | 2002-04-19 | 1 | -28/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 75 | -573/+644 |
* | Do some minor editing of the entires (the date of the smmsp user | imp | 2002-04-19 | 1 | -10/+20 |
* | o Move the acquisition of Giant from vm_fault() to the point | alc | 2002-04-19 | 1 | -12/+8 |
* | Move the sysV variable substitution up with the BSD feature that replaced it. | obrien | 2002-04-19 | 1 | -2/+2 |
* | o Remove vm_map_growstack() from ia64's trap_pfault(). | alc | 2002-04-19 | 1 | -16/+2 |
* | Clean up usage message: don't put optional parameter's in brackets. | rwatson | 2002-04-19 | 1 | -7/+7 |
* | When exec'ing a set[ug]id program, make sure that the stdio file descriptors | nectar | 2002-04-19 | 3 | -0/+70 |
* | Fix the breakage of tagged queueing that the busdma integration | sos | 2002-04-18 | 5 | -27/+32 |
* | Add a reference to the kenv(2) manpage. | mux | 2002-04-18 | 2 | -0/+2 |
* | Don't list pam_unix in the session chain, since it does not provide any | des | 2002-04-18 | 9 | -11/+1 |
* | De-__P, use ansi function definitions | imp | 2002-04-18 | 4 | -268/+117 |
* | Connect the kenv.2 manpage to the build. | mux | 2002-04-18 | 1 | -1/+1 |
* | Add a manpage for the kenv(2) syscall that Chad David kindly | mux | 2002-04-18 | 1 | -0/+172 |
* | Fix the fdisk(8) manual page. | trhodes | 2002-04-18 | 2 | -112/+115 |
* | Back out previous commit, which was not at all approved by the maintainer | des | 2002-04-18 | 1 | -21/+32 |
* | Add the PCI ID for an upcoming variant of a soon-to-be released series of | scottl | 2002-04-18 | 1 | -0/+2 |
* | This style is *way* outside the relm of any other of our Makefiles | obrien | 2002-04-18 | 1 | -32/+21 |
* | Cleanup comments. | alfred | 2002-04-18 | 1 | -11/+2 |
* | Remove support for using soon to be retired "special" poll(2) ops. | alfred | 2002-04-18 | 1 | -7/+7 |
* | Cleanup of logic, flow and comments. | alfred | 2002-04-18 | 1 | -20/+18 |