summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-02-08Add scrub option 'random-id', which replaces IP IDs with random valuesDaniel Hartmeier
for outgoing packets that are not fragmented (after reassembly), to compensate for predictable IDs generated by some hosts, and defeat fingerprinting and NAT detection as described in the Bellovin paper http://www.research.att.com/~smb/papers/fnat.pdf. ok theo@
2003-02-08definitions and structures for vital product data (VPD); from netbsdJason Wright
2003-02-08ansiHenning Brauer
2003-02-08allow for xfs; ok miodTodd T. Fries
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
2003-02-08fix /tmp races; this no longer leaves files around. ok millert jason henricPeter Valchev
2003-02-08syncTheo de Raadt
2003-02-08typoTheo de Raadt
2003-02-07typos;Jason McIntyre
2003-02-06syncTheo de Raadt
2003-02-06minor tweaks; raj@cerias.purdue.eduTheo de Raadt
2003-02-06include isp firmware on some sparc64 media; and resize the media that isTheo de Raadt
too small
2003-02-05regenMichael Shalayeff
2003-02-05compaq pci hot plug controllerMichael Shalayeff
2003-02-05syncJason Wright
2003-02-05add cavium and nitrox xlJason Wright
2003-02-05Add knob for getting at the "output level bit", supposedly changes theJason Wright
full scale outputs between 2.8Vpp and 2.0Vpp for line.
2003-02-05implement a few wsdisplay ioctls. comment on the putchar implementationMichael Shalayeff
2003-02-05wsdisplay type for stiMichael Shalayeff
2003-02-05in clearbits only flush the pte if it has changed. bits/bit in testbitMichael Shalayeff
2003-02-05missed one during ansificationHenning Brauer
2003-02-05Remove the confusing and more-or-less unnecessary temporaryRyan Thomas McBride
struct pf_pooladdr *cur. It was being used incorrectly in the round-robin case, which meant that the previous address was being selected, rather than the reall current one. ok dhartmei@
2003-02-05Get rid of the pops:Jason Wright
- interrupt is called when the block has been DMA'd... since LASI seems to include a FIFO this is -not- the same as block completion which we have to poll for. Luckily the FIFO is deep enough that polling in the interrupt handler seems to work. - This probably breaks capture, but I'll fix that when I get up tomorrow. (committed to the tune of Fugazi's "Waiting Room")
2003-02-05LLADDR macro doesn't work here, so copy mac into the softc directly.Hugh Graham
2003-02-04regenMichael Shalayeff
2003-02-04TSB43AB21 FireWireMichael Shalayeff
2003-02-04Bring qe closer to NetBSD and make it compile. As yet untested.Hugh Graham
2003-02-03knfTheo de Raadt
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-02-03From NetBSD: Add functions to allocate mapped-in qbus memory.Hugh Graham
2003-02-03syncJason Wright
2003-02-03lanergy appian pci lite; peter.galbavy at knowtion.netJason Wright
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-02-02Real (although generic) negotiation results message during boot.Kenneth R Westerback
2003-02-01More leftovers from when we thought we could attach a pckbc to gscMiod Vallat
2003-02-01quite some KNF & ANSIHenning Brauer
ok theo
2003-02-01typos;Jason McIntyre
added .Fl to flags for boot_* ok deraadt@
2003-02-01Make it build without INET6 again.Daniel Hartmeier
2003-02-01m_pad() is expected to have free'd the mbuf if it returns NULL, soDaniel Hartmeier
free it in one (rare) error condition. ok angelos@
2003-02-01Look, noone cares if you run of out rx descriptors and whining about it just ↵Jason Wright
makes the situation worse.
2003-02-01RegenMiod Vallat
2003-02-01Correct 715/100XC machine name, per openpa.net. mickey@ okMiod Vallat
2003-02-01from Chris Pascoe <c.pascoe@itee.uq.edu.au>:Chris Cappuccio
Fix multicast bug; internal multicast members' list was not initialized correctly. Also, begin to make vlan less ether specific - TR and FDDI could also be supported.
2003-01-31do not merge the rodata sections into the .text . they could be moved above ↵Michael Shalayeff
4m later should there be too much code
2003-01-31sync w/ generic and correct minirotsizeMichael Shalayeff
2003-01-31Enter gsckbc, a driver for the ps/2-like input device ports found on manyMiod Vallat
hppa machines, and gsckbd, a driver for the ps/2-like keyboard. Both are derived from pckbc and pckbd, but the differences in port wiring and keyboard behaviour prevented the creation of a thin pckbc wrapper. Currently, only us and uk keyboard layouts are provided. The adventurous person can enable gsckb[cd], wsdisplay at sti and wskbd, but this will only work correctly on machines featuring a modern-prom sti graphics device, and a ps/2 keyboard port.
2003-01-31Various typos; Andrey MatveevMiod Vallat
2003-01-31These cards just don't master... don't bother trying to enable it.Jason Wright
2003-01-31Sigh. I comitted the wrong diff in the last vfs changes.Artur Grabowski
These are the files that were ok:ed and tested.
2003-01-31Save about 1.7k in executable size for macppc kernel, Since the ELF headerDale Rahn
has changed due to W^X, start address need to change slightly, 74 -> 114.