summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-032-6/+0
* | | | Account for the new flags field in struct trapframe.dfr2001-03-031-1/+1
* | | | Harvest interrupt entropy off the floppy disk controller.markm2001-03-032-2/+4
* | | | Take down a comment that is no longer true.markm2001-03-031-4/+0
* | | | Minor fixes. ManPolice stuff, and a clarification of interruptmarkm2001-03-031-5/+6
* | | | Extra MLINKS to reflect expansion of BUS_SETUP_INTR(9) manpage.markm2001-03-031-0/+3
* | | | Add a whole lot of extra info. Lots was gained from reading codemarkm2001-03-031-2/+38
* | | | Support inheritance of the "nodump" flag down a hierarchy.obrien2001-03-032-26/+82
* | | | Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-039-10/+298
* | | | Fix typo present since 1997: single used mode -> single user mode.asmodai2001-03-031-1/+1
* | | | Fix INVARIANT_SUPPORT-only builds (without INVARIANTS). The requiredbmilekic2001-03-031-1/+8
* | | | Cleanups to Macros for sending data between netgraph nodes.julian2001-03-032-63/+32
* | | | Add parenthesis to a macro.julian2001-03-031-1/+1
* | | | Small optimization: set use_ampm only when neededache2001-03-033-4/+6
* | | | Don't use "," as load avg. separator because it can be precision point in someache2001-03-031-1/+1
* | | | Use AM/PM time only when available in localeache2001-03-023-4/+9
* | | | Oops, remove tabs sneaked in wrong placeache2001-03-021-2/+2
* | | | Use AM/PM time only when available in localeache2001-03-023-7/+10
* | | | New release notes: TCP NewReno, TCP more aggressive timeouts onbmah2001-03-022-0/+32
* | | | Clear am and pm fields, add empty ampm_fmt for locales I know is not AM/PMache2001-03-0213-14/+79
* | | | Actually implement T_FMT_AMPMache2001-03-021-1/+1
* | | | Implement ampm_fmt (%r) per POSIXache2001-03-024-9/+22
* | | | Add a new sysctl net.inet.ip.check_interface, which will verify thatjlemon2001-03-021-1/+5
* | | | Only pick up so_error the first time through with EISCONN, as advertised.jlemon2001-03-021-1/+1
* | | | setlocale(3) has been fixed to match POSIX standard:ru2001-03-0222-42/+30
* | | | POSIX wrote:ru2001-03-023-30/+11
* | | | Mismatched MFSNAMELEN and MNAMELEN with fstype / fspath.adrian2001-03-022-4/+4
* | | | Removed duplicate $FreeBSD$.ru2001-03-021-2/+0
* | | | Fix setlocale() to conform to the ISO C and POSIX standards.ru2001-03-021-2/+2
* | | | mdoc(7) police: fix markup.ru2001-03-026-21/+27
* | | | mdoc(7) police: in -offset clause, spell the ``indent'' correctly.ru2001-03-022-16/+16
* | | | Change "NO_PROFILE_DATA" to "NO_PROFILE_COUNTERS" to match the commit byobrien2001-03-021-2/+2
* | | | Merged from sys/i386/include/bus_at386.h revision 1.13.kato2001-03-021-1/+0
* | | | Ack! I finally got annoyed enough to actually kill this. There is nopeter2001-03-023-11/+0
* | | | Fix the rest of formatting.ru2001-03-021-27/+27
* | | | Add -g group to usage message.imp2001-03-021-2/+4
* | | | Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-026-87/+150
* | | | Ok, the kernel will panic in kmem_malloc() if the kernel map is full, sojhb2001-03-021-4/+0
* | | | Back out a removal that I was far to quick to apply. The root causemarkm2001-03-022-0/+6
* | | | version 1.7 made some changes to correct problems identifed by compilingmdodd2001-03-026-6/+0
* | | | - Check to see if malloc() returned NULL even with M_WAITOK.jhb2001-03-021-1/+6
* | | | Fix isp_print_qentry to print all four lines- it's been broken for months.mjacob2001-03-021-2/+3
* | | | Add link for resource_query_unit, now documented in theimp2001-03-021-0/+1
* | | | Flesh out this man page a bit more. Add information aboutimp2001-03-021-20/+58
* | | | Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.obrien2001-03-021-1/+2
* | | | Define "FREEBSD_NATIVE" in the freebsd-native header to reduce the amountobrien2001-03-022-1/+4
* | | | Move the obvious bits of mixed ELF and a.out support down into this MDobrien2001-03-021-0/+108
* | | | Push as much as was easy of the mixed ELF & a.out support for the i386obrien2001-03-021-130/+21
* | | | Add comments regarding enabling IPv6gshapiro2001-03-021-0/+4
* | | | There were a few changes missed when this file was converted toiedowse2001-03-021-3/+9
OpenPOWER on IntegriCloud