summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Temporarily disable tagged queueing while I figure out why it broke.sos2003-02-231-1/+2
* | Fix chipset setup problem on older ALI chips.sos2003-02-231-9/+14
* | Yesterday just wasn't my day. Remove testing delta that crept into the diff.jlemon2003-02-232-2/+2
* | Fix timeout when using UDMA speeds, bad chip setup.sos2003-02-231-3/+0
* | Add an implementation of strdup() to libkern. Allocated memory is ofrwatson2003-02-234-0/+57
* | Doh. Forgot to remove _KERNEL version.grehan2003-02-231-7/+0
* | OK, I was too sleepy there...phk2003-02-231-2/+4
* | Add NOTES for pc98.nyan2003-02-232-0/+967
* | Move MD devices to <machine>/conf/NOTES.nyan2003-02-233-184/+370
* | Merged from sys/dev/syscons/syscons.c revision 1.393.nyan2003-02-231-1/+4
* | Fix compile error with FB_INSTALL_CDEV option.nyan2003-02-232-16/+28
* | MFi386: revision 1.554.nyan2003-02-232-2/+2
* | The ether_ifdetach() function requires only one argument now.nyan2003-02-231-1/+1
* | Move ar_devclass definition to if_ar.c.nyan2003-02-232-2/+2
* | Remove unneeded entries and fix indent.nyan2003-02-231-9/+6
* | Implement CLOCK_MONOTONIC.phk2003-02-232-2/+4
* | - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-239-18/+26
* | o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-236-32/+81
* | Workaround for compiling LINT. Large kernels (like LINT) can havemarcel2003-02-231-20/+32
* | Fix compilation on non-i386 machines. Inconsistent conditionalmarcel2003-02-231-3/+5
* | Drop down Apple Partition Map code that has been in use by somegrehan2003-02-231-84/+168
* | Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* | Add a new config option IPSEC_FILTERGIF to control whether or notsam2003-02-233-0/+19
* | The root of the splay tree maintained within the pm_pteobj always refersalc2003-02-224-52/+18
* | unsigned -> pt_entry_t.jake2003-02-222-8/+8
* | Add a /a modifier to the show ktr ddb command, which prints the whole tracejake2003-02-221-1/+7
* | o Add back support for DXS channels.orion2003-02-222-84/+302
* | Expose powerpc_mb() to user-space. Currently needed for atomic.h users,grehan2003-02-221-0/+10
* | Check to see if the TF_DELACK flag is set before returning fromjlemon2003-02-222-16/+14
* | Don't panic when enumerating SYSCTL_NODE() nodes without any childrenrwatson2003-02-221-1/+2
* | Make xl use m_getcl() to allocate an mbuf and a cluster in one shot,bmilekic2003-02-221-19/+5
* | It is pretty evident that nobody loves this file anymore, so retire itphk2003-02-221-65/+0
* | Use DISKFLAG_OPEN rather than maintaining our own flag.phk2003-02-221-23/+2
* | Use nullclose(), not noclose().phk2003-02-221-1/+1
* | Don't use mbuf allocator flags for malloc(9).phk2003-02-221-2/+4
* | Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* | Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* | NO_GEOM cleanup: unifdef -UNO_GEOMphk2003-02-222-29/+0
* | NO_GEOM cleanup:phk2003-02-221-68/+16
* | Add the ability to limit the number of IP fragments allowed per packet,silby2003-02-222-4/+29
* | Remove a comment which hasn't been true since rev. 1.158mtm2003-02-221-1/+0
* | Export the name of the device used to mount the root file system asrwatson2003-02-221-0/+24
* | This patch fixes a deadlock between the bufdaemon and a process takingmckusick2003-02-221-7/+43
* | This patch fixes a bug on an active filesystem on which a snapshotmckusick2003-02-223-1/+47
* | This patch fixes a bug in the logical block calculation macros somckusick2003-02-222-7/+7
* | NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"phk2003-02-213-11/+11
* | - m = m_gethdr(M_NOWAIT, MT_HEADER);phk2003-02-212-2/+2
* | Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andbmilekic2003-02-211-13/+0
* | Missing M_TRYWAIT from so_upcall third argument.peter2003-02-212-2/+2
* | NO_GEOM cleanup:phk2003-02-2110-40/+51
OpenPOWER on IntegriCloud