summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-10-06make lge(4) compile, from tedu@David Krause
2003-10-06More vm_offset_t removal I forgot to check in; spotted by deraadt@Miod Vallat
2003-10-05Bang head against wall, unbreak ddb, do not collect $2000, and go to sleep.Miod Vallat
2003-10-05Stop the chip from stripping VLAN headers (the driverHenric Jungheim
2003-10-05Oops, commited from the wrong treeMiod Vallat
2003-10-05More cmmu routines cleanup:Miod Vallat
2003-10-05Do not use empty No_SSBR and No_Precheck macros, but rather pass emptyMiod Vallat
2003-10-05Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_tMiod Vallat
2003-10-05De-registerMiod Vallat
2003-10-05typosMiod Vallat
2003-10-05Correct db_{read,write}_bytes prototypes and use the official ones.Miod Vallat
2003-10-05Despite what the comments say, the instruction cache has never been turned on,Miod Vallat
2003-10-05If attaching a wsdisplay console causes a font switch, do not update the PROMMiod Vallat
2003-10-05a few more devices to come later (commented out now)Michael Shalayeff
2003-10-05reload the itmr as soon as we get the intr to avoid lagging on slower machinesMichael Shalayeff
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
2003-10-05do not panic if microtime does not work to measure rng performance; from andr...Michael Shalayeff
2003-10-05from freebsd: read one word less (for type) and take care of odd sized recordsMichael Shalayeff
2003-10-04syncTheo de Raadt
2003-10-04new serverworks partsTheo de Raadt
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04vrele swap and/or root vnode should we fail during mountroot; found by mpech@...Michael Shalayeff
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
2003-10-04fix xfs_devpoll so it works.Bob Beck
2003-10-04syncAlexander Yurchenko
2003-10-04VIA VT8237 southbridgeAlexander Yurchenko
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
2003-10-04bpf support for atm cards; from jason@ackley.netTheo de Raadt
2003-10-04syncTheo de Raadt
2003-10-04Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.comTheo de Raadt
2003-10-03Use the commen DMT constants, and try to provide at least as many informationMiod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-10-03Bring several fixes from FreeBSD to our current pipe implementation:Miod Vallat
2003-10-02Upon invoking the freshly loaded binary, populate registers via embedded asmMiod Vallat
2003-10-02Fix some DAE processing logic - the kernel would incorrectly end up retryingMiod Vallat
2003-10-02Ack external interrupts before reenabling them on 187.Miod Vallat
2003-10-02Round VM_MAX_KERNEL_ADDRESS to a page boundary.Miod Vallat
2003-10-02do not try to send incomplete fragments on ENOBUFS caseJun-ichiro itojun Hagino
2003-10-02correct endian handling of ip->ip_off.Jun-ichiro itojun Hagino
2003-10-01it turned that only adding the cardbus part was not enough to haveFederico G. Schwindt
2003-10-01Unused bits.Miod Vallat
2003-10-01There is no point in chown/chmod outside the install target.Miod Vallat
2003-10-01use random number generator to generate IPv6 fragment ID/flowlabel.Jun-ichiro itojun Hagino
2003-10-01correct m_cat misuse. i remember it was ok'ed by someone but don't remember ...Jun-ichiro itojun Hagino
2003-10-01Fix stack leak into pfloghdr (the pad field is not initialized),Can Erkin Acar
2003-10-01Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy.Miod Vallat