summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2001-08-12no need to include both vm.h and vm_extern.hMichael Shalayeff
2001-08-12KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.Miod Vallat
2001-08-12remove redundant vm includesMichael Shalayeff
2001-08-12g/c unused fields.Miod Vallat
2001-08-12remove redundant vm includesMichael Shalayeff
2001-08-12make get_input_line more general (only affects wizard mode)Paul Janzen
make special attacks a bit less likely in wizard mode remove declarations of a few nonexistant functions
2001-08-12SEMMNS *can* be greater than SEMMNI. (sheesh..)Heikki Korpela
I must have been seriously missing coffee when I wrote that. No-one ever approved this either, I messed up patches. millert@ ok backing this out
2001-08-12g/c old, unused, constants.Miod Vallat
2001-08-12Replace VM_{MAX,MIN}_USER_ADDRESS with VM_{MAX,MIN}_ADDRESS.Miod Vallat
Change a while() loop with a clearer for() loop. Fix pmap_page_protect to correctly handle the VM_PROT_READ|VM_PROT_WRITE case.
2001-08-12Nothing but comments after #endif; heko@Paul Janzen
2001-08-12moce pglisth into uvm_pglist.hMichael Shalayeff
2001-08-12Use INFTIM where possible.Federico G. Schwindt
2001-08-12Fix build after breakage.Dale Rahn
> vm/vm_prot.h no more
2001-08-12Don't coredump if the kernel doesn't support IPv6.Angelos D. Keromytis
2001-08-12make it compileMichael Shalayeff
2001-08-12public domainDavid Leonard
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-08-12Document FULLPKGNAME changes.Marc Espie
Document PACKAGING. Update sub/flavor dependencies explanations. Semi-deprecate NEWDYNLIBDIR. Synch make plist description. Kill HAVE_MOTIF/REQUIRE_MOTIF entirely.
2001-08-12fake out malloc(0)Theo de Raadt
2001-08-12vm/vm_prot.h no moreMichael Shalayeff
2001-08-12Sync usage message to man pageTodd C. Miller
2001-08-12Remove asserts, there is enough diag code there.Miod Vallat
2001-08-12now, that kernel compiles, i can go get an ash tray somewhereMichael Shalayeff
2001-08-11Cleanup.Miod Vallat
2001-08-11Add wint_t type declaration.Miod Vallat
2001-08-11Looks like you're not needed, pal.Miod Vallat
2001-08-11Remove NVNODE from options(4) because there's no point in usingHeikki Korpela
it instead of sysctl(8) kern.maxvnodes. ok art@
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-11Why is it so popular to include <vm/*.h> everywhere?Artur Grabowski
2001-08-11redundant includesArtur Grabowski
2001-08-11redundant includes.Artur Grabowski
2001-08-11redundant includes.Artur Grabowski
2001-08-11unnecessary includes.Artur Grabowski
2001-08-11unnecessary includes.Artur Grabowski
2001-08-11Unnecessary includes.Artur Grabowski
2001-08-11fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@Jakob Schlyter
2001-08-11no need to include vm_prot.h here.Artur Grabowski
2001-08-11update license. ok from author (John LoVerso).Jakob Schlyter
2001-08-11If waitpid() returns -1, check for EINTRTodd C. Miller
2001-08-11make this compile without akbd in the kernel configuration.Matthieu Herrb
2001-08-11manpage for pthread_[get|set]schedparam; from FreeBSD.Federico G. Schwindt
2001-08-11update one of the outdated lists in here; andrew.hoerter@NeuStar.comTheo de Raadt
2001-08-11add missing _thread_enter_cancellation_point() before going further.Federico G. Schwindt
2001-08-11Avoid an infinite loop if the last iov_len is 0; from FreeBSD.Federico G. Schwindt
2001-08-11Add support for ICMP errors referring to ICMP queries/replies. FixesDaniel 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-11Some 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-11Various random fixes from NetBSD.Artur Grabowski
Including support for zeroing pages in the idle loop (not enabled yet).
2001-08-11Check socket >= 0. We should also be going through the list of clonedAngelos D. Keromytis
transports and invalidating (somehow) those whose socket should not be used.
2001-08-11When 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.