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 | Remove NVNODE from options(4) because there's no point in using | Heikki Korpela | |
it instead of sysctl(8) kern.maxvnodes. ok art@ | |||
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 | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ | Jakob Schlyter | |
2001-08-11 | no need to include vm_prot.h here. | Artur Grabowski | |
2001-08-11 | update license. ok from author (John LoVerso). | Jakob Schlyter | |
2001-08-11 | If waitpid() returns -1, check for EINTR | Todd C. Miller | |
2001-08-11 | make this compile without akbd in the kernel configuration. | Matthieu Herrb | |
2001-08-11 | manpage for pthread_[get|set]schedparam; from FreeBSD. | Federico G. Schwindt | |
2001-08-11 | update one of the outdated lists in here; andrew.hoerter@NeuStar.com | Theo de Raadt | |
2001-08-11 | add missing _thread_enter_cancellation_point() before going further. | Federico G. Schwindt | |
2001-08-11 | Avoid an infinite loop if the last iov_len is 0; from FreeBSD. | Federico G. Schwindt | |
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 | Check socket >= 0. We should also be going through the list of cloned | Angelos D. Keromytis | |
transports and invalidating (somehow) those whose socket should not be used. | |||
2001-08-11 | When a message is received on the wildcard (default) transport, | Angelos D. Keromytis | |
re-examine the interface list; new addresses are bound to, and sockets to deleted addresses are closed. This only occurs if the Listen-to directive in isakmpd.conf is *not* used. | |||
2001-08-11 | \+\n support, and spit out cc-style error messages. the parser's line | Theo de Raadt | |
counting is lex dependent, and will need to be tweaked | |||
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 | Add TRANSPORT_MARK, for mark-and-sweep garbage collection of transport | Angelos D. Keromytis | |
instances. | |||
2001-08-11 | Fix keynote credential case again. | Angelos D. Keromytis | |
2001-08-11 | Allocate slightly larger buffer for cert. | Angelos D. Keromytis | |
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-11 | cleanup; ok millert | Peter Valchev | |
2001-08-11 | More was necessary. | Paul Janzen | |
2001-08-11 | Fixup example files, man pages and phones parsing. | Kenneth R Westerback | |
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@ | |||
2001-08-10 | -m option for muggins | Paul Janzen | |
better user input parsing man page tidying and syncing of rules to Hoyle's typo and context correction in "Hoyle's" transcription | |||
2001-08-10 | Address PR 1993. This rewording has been deemed satisfactory by the | Hugh Graham | |
submitter's reportedly pedantic boss. | |||
2001-08-10 | Minor -Wall | Paul Janzen | |
2001-08-10 | Remove local curses implementation which was never used. | Paul Janzen | |
2001-08-10 | Change copyright to BSD-style copyright. | brian | |
Ok'd by: Gabor Kincses <gabor@acm.org> | |||
2001-08-10 | allocate tx dma maps in attach instead of creating/destroying them for each tx | Jason Wright | |