Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-12 | now, that kernel compiles, i can go get an ash tray somewhere | Michael Shalayeff | |
2001-08-11 | Cleanup. | Miod Vallat | |
2001-08-11 | Add wint_t type declaration. | Miod Vallat | |
2001-08-11 | Looks like you're not needed, pal. | Miod Vallat | |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski | |
2001-08-11 | Why is it so popular to include <vm/*.h> everywhere? | Artur Grabowski | |
2001-08-11 | redundant includes | Artur Grabowski | |
2001-08-11 | redundant includes. | Artur Grabowski | |
2001-08-11 | redundant includes. | Artur Grabowski | |
2001-08-11 | unnecessary includes. | Artur Grabowski | |
2001-08-11 | unnecessary includes. | Artur Grabowski | |
2001-08-11 | Unnecessary includes. | Artur Grabowski | |
2001-08-11 | no need to include vm_prot.h here. | Artur Grabowski | |
2001-08-11 | make this compile without akbd in the kernel configuration. | Matthieu Herrb | |
2001-08-11 | Add support for ICMP errors referring to ICMP queries/replies. Fixes | Daniel Hartmeier | |
'ICMP error message for bad proto' messages. Reported by Mark Grimes and Steve Rumble. Add debugging level with ioctl interface and pfctl switch. Default is 'None'. | |||
2001-08-11 | Some fixes from NetBSD. | Artur Grabowski | |
Parts of the glue needed for page zeroing in the idle loop. More careful handling of ptp pages (should solve some problems, most notably with Intel 440GX+ motherboards). | |||
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski | |
Including support for zeroing pages in the idle loop (not enabled yet). | |||
2001-08-11 | document the fast thingy on the VScom PCI-200L | Theo de Raadt | |
2001-08-11 | Define INFTIM to -1, as appears everywhere. Talk about it in the | Federico G. Schwindt | |
manpage; millert@ ok. | |||
2001-08-11 | move hifn_stats definition to header | Jason Wright | |
2001-08-11 | GC some unused malloc types. | Artur Grabowski | |
2001-08-11 | remove some old cruft. | Artur Grabowski | |
2001-08-11 | swapmap is gone forever. | Artur Grabowski | |
2001-08-11 | Make m18x_cmmu.c only compiled if support for 187 or 188 is required. | Miod Vallat | |
2001-08-11 | Use more sensible malloc type. | Artur Grabowski | |
2001-08-11 | Include files serve a purpose. Move lots of extern statements from | Miod Vallat | |
foo_cmmu.c to cmmu.h ; also don't check for 197 in m18x_cmmu.c, as this code is 18x specific. | |||
2001-08-11 | Make iomap_mapout() a void function, since its return value is always 1 | Miod Vallat | |
and never used anyway. While there, beautify the extent_alloc() call. | |||
2001-08-10 | allocate tx dma maps in attach instead of creating/destroying them for each tx | Jason Wright | |
2001-08-10 | convert V->P table memory allocations to pool. | Dale Rahn | |
2001-08-10 | - make transmit use linked lists not indexed arrays (more like it was when I ↵ | Jason Wright | |
started) - also, only bus_dmamap_unload() loaded maps in fxp_stop() | |||
2001-08-09 | - scb_wait() is now time based (not cpu speed based) | Jason Wright | |
- rearrange multicast setup to be part of init - convert cu operations to bus_dma(9) (still have to do RFA ops). | |||
2001-08-09 | Use a startup hook for the rest of the chip initialization. | Hakan Olsson | |
2001-08-09 | Don't check the source address on the packet vs. the one on the SA, as | Angelos D. Keromytis | |
this prevents use of ESP in mobility; pointed out on the IETF mailing list by Francis Dupont. | |||
2001-08-09 | typo: ALTQ_CQB -> ALTQ_CBQ | Kenjiro Cho | |
2001-08-09 | Force alignment of blocks so that we don't crash on strict alignment | Heikki Korpela | |
archs. This is a stopgap until we get a rijndael implementation that doesn't assume 4 byte alignment. ok deraadt@ | |||
2001-08-09 | Unshare signal actions on exec, from NetBSD. While I am here a little KNF ↵ | Niklas Hallqvist | |
nit too | |||
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt | |
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC. | |||
2001-08-09 | Correct linux-compat sigaltstack implementation. | Niklas Hallqvist | |
Helps HotSpot Java VMs a bit, but not totally. I can at least run javac on J2SE 1.4beta with good results, but anything that uses swing seems to fail on something else. | |||
2001-08-09 | sync | Theo de Raadt | |
2001-08-09 | yet another damn winmodem | Theo de Raadt | |
2001-08-08 | New timeouts. | Miod Vallat | |
2001-08-08 | New timeouts, drahn@ sez go ahead. | Miod Vallat | |
2001-08-08 | New timeouts. I've been running this since almost a whole year. | Miod Vallat | |
2001-08-08 | New timeouts. | Miod Vallat | |
if_gm tested by matthieu@, the whole ok'd by drahn@ | |||
2001-08-08 | New timeouts. | Miod Vallat | |
2001-08-08 | move the com_raisedtr proto for timeout_set | Michael Shalayeff | |
2001-08-08 | vga_{isa,pci}.h -> vga.h since the former no longer exists. | Todd C. Miller | |
2001-08-08 | sync | Theo de Raadt | |
2001-08-08 | IPCOMP removal. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-08 | remove IPCOMP. derradt@ ok. | Jean-Jacques Bernard-Gundol | |