summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-29Thanks to Brian Kifiak for pointing out incomplete descriptionConstantine Sapuntzakis
2002-01-29add DIAGNOSTICS; ok stevesk@Markus Friedl
2002-01-29limit subsystem length in log; ok markus@Kevin Steves
2002-01-29Remove the iov2pages/mbuf2pages API... All of the relevant arch's supportJason Wright
bus_dma(9) which actually does this job correctly.
2002-01-29Update to realityJason Wright
2002-01-29hifn, ubsec, and autriJason Wright
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-29process the delayed-free queue more often; chs@netbsd.orgTodd C. Miller
2002-01-29exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@Markus Friedl
2002-01-29Fix memory leak in setuserpath(). We prefer patch from millert@.Mike Pechkin
2002-01-29Update.Miod Vallat
2002-01-29Honor the printf-like function argument in pool_printit(), instead ofMiod Vallat
using printf(). Makes ddb sessions more fruitful.
2002-01-28yes, there is no sense in double savectx here; from Brian J. Kifiak <bk@rt.fm>Michael Shalayeff
2002-01-28fix after fgsPeter Valchev
2002-01-28add NFS_VER4Jim Rees
2002-01-28match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com>Michael Shalayeff
2002-01-28syncJason Wright
2002-01-28Fix wsmux and wskbdJason Wright
2002-01-28Update to mention the new vocabulary added in the last two commits toMiod Vallat
ddb/db_command.c, with some text borrowed from NetBSD.
2002-01-28add hifn, ubsec, and autri (warning, autri's sound defaults are a bitJason Wright
on the loud side...)
2002-01-28fix coredump on apropos; fixes PR# 2320.Federico G. Schwindt
art@ ok.
2002-01-28Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@.Miod Vallat
2002-01-28correct function name.Federico G. Schwindt
2002-01-28sem_XXX(3) manpages; better now that never.Federico G. Schwindt
From FreeBSD.
2002-01-28Try to share a common src/dst map where possible, and cope with thatJason Wright
eventuality later in the code.
2002-01-28First round of post-bus_dma cleanups:Jason Wright
- remove the packl/packp arrays and rework handling appropriately - destination map may or may not exist, cope. - remove a redundant bus_dmamap_sync() in _process (real sync is in _feed) - remove long deprecated q_{src,dst}pkt stuff from queue structure
2002-01-28Quick (and a little dirty) conversion to bus_dma(9).Jason Wright
2002-01-28Even more GC.Artur Grabowski
2002-01-28allocate vm pages with uvm_km_alloc (this code is ifdefed out anyway).Artur Grabowski
2002-01-28Request enough buffer space to fit the maximum size of a packet.Hugh Graham
Problem noticed by Art, and fix checked by Markus and Niels.
2002-01-28Fix memory leaks in login_getcapnum() and login_getcapsize().Mike Pechkin
millert@ ok
2002-01-28malloc/free is not really used for pvs allocsMichael Shalayeff
2002-01-28GC PR_STATIC and PR_MALLOCOK.Artur Grabowski
PR_MALLOC wasn't used at all in the code and PR_STATIC was missing pieces and should be solved with allocators.
2002-01-28PR_MALLOCOK is not necessary.Artur Grabowski
2002-01-28Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andJason Wright
copies). This makes the Blade100 gem stable for me.
2002-01-27bt no moreMichael Shalayeff
2002-01-27bt no moreMichael Shalayeff
2002-01-27Make f77(1) work on sparc64. ok espiePeter Valchev
2002-01-27handle simple case to identify FamilyLocal display; ok markus@Kevin Steves
2002-01-27need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsdMarkus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-27clarify the caveats of state modulation a wee bitMike Frantzen
2002-01-27Add the (former) AES candidate ESP ciphers for IKE, as ofHakan Olsson
http://csrc.nist.gov/ipsec/papers/aes-draft.00.txt In particular, recognize a Twofish proposal with cipher number 253, as used by the SSH Sentinel.
2002-01-26Kludge, protect against bus faults during pci probes. allows OpenBSDDale Rahn
to boot on a B&W G3.
2002-01-26Sync with reality, from Hans-Joerg.Hoexer@yerbouti.franken.deAngelos D. Keromytis
2002-01-26revert code to add x11 localhost display authorization entry forKevin Steves
hostname/unix:d and uts.nodename/unix:d if nodename was different than hostname. just add entry for unix:d instead. ok markus@
2002-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-25properly identify gem as a boot deviceJason Wright
2002-01-25CEAFSR defnsJason Wright
2002-01-25Reg defs for UEAFSRJason Wright