summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
2001-06-23Update for heimdal-0.3fHans Insulander
2001-06-23LIST_INIT, not TAILQ_INIT.Angelos D. Keromytis
2001-06-23Privatize several vnode operations that are not used by the generic code.Constantine Sapuntzakis
2001-06-23Add csum field for hardware checksumming. Based on NetBSD's approach.Angelos D. Keromytis
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-06-23Perform symbol lookup on ddb trace command.Dale Rahn
Slightly more useful this way, some say.
2001-06-23Support ddb initialization on powerpc.Dale Rahn
2001-06-23Disable interupts *before* establishing them to avoid a race.Todd C. Miller
2001-06-23Add new mbrcode.h - MBR boot code - no need for a separate file nowKjell Wooding
2001-06-23Disable interupts on the card before mapping and establishing theTodd C. Miller
interupt. Fixes as race as noted by mickey@
2001-06-23Changes from Toby. Make error tests explicit (against -1), remove one bigKjell Wooding
hurdle to partitions over 8G. Include the default MBR in a header file.
2001-06-23Support for powerpc to load symbols, uses new libsa loadfile.Dale Rahn
2001-06-23Add MI loadfile support, from NetBSDDale Rahn
This is currently only used on powerpc, but may be looked at for other architectures. Piece of the support to have kernel symbols on powerpc.
2001-06-23enable attaching on pci35x models, seems to work okMichael Shalayeff
2001-06-23hifn now supports up to 256KPeter Valchev
2001-06-23Crank version numbers.Hans Insulander
2001-06-23only root need applyTheo de Raadt
2001-06-23more tweaksJason Wright
2001-06-23- put hw defines in *reg, software defines in *var, etcJason Wright
- clean up pub/rng initialization call - attempt to remove more intertex vestiges
2001-06-23oops, acutally add the kadmind directoryHans Insulander
2001-06-23*known_hosts2 is obsolete for hostbased authentication andMarkus Friedl
only used for backward compat. merge ssh1/2 hostkey check and move it to auth.c
2001-06-23Clean kadm5_err.[ch]Hans Insulander
2001-06-23Updates for heimdal-0.3fHans Insulander
2001-06-23heimdal.info installed; remove from todo listHans Insulander
2001-06-23slightly better careTheo de Raadt
2001-06-22Try again. (this time it's tested).Artur Grabowski
Add proc_cansugid that checks if a process may raise it's privileges. Rework exec to remove the old sugid workaround and check proc_cansugid just before raising privileges.
2001-06-22exit() from a signal handler is a sinTheo de Raadt
2001-06-22Fix lotsa bugs:Jason Wright
- Hi/Fn length fields in command structures are 18 bits (feature!), but descriptor lengths are 16 bits. - define dmamap maximum lengths correctly (2^18 for total length, 2^16 for segments). - Make the defines more consistent, and add other modes - split source_count in command descriptors into a 16 bit length, and 16bit reserved part upshot: blocks as large as 2^18 - 8 work now for userland crypto
2001-06-22do not exit() from signal handlerTheo de Raadt
2001-06-22don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@Markus Friedl
2001-06-22tweakTheo de Raadt
2001-06-22asn1.h -> krb5_asn1.hHans Insulander
2001-06-22smaller dmesgTheo de Raadt
2001-06-22Fix more printf formats.Artur Grabowski
Add some missing prototypes.
2001-06-22Avoid printing warnings about things like "is a directory" twice.Todd C. Miller
Found by fgs.
2001-06-22typo in commentPeter Valchev
2001-06-22Fix a bunch of u_int64_t formats.Artur Grabowski
2001-06-22allow long usernames/groups in readdirMarkus Friedl
2001-06-22more arguments than formatArtur Grabowski
2001-06-22install new moduliNiels Provos
2001-06-22use sysctl to retreive msgbuf out of live system, keep the kvm iface, remove ↵Michael Shalayeff
sgid
2001-06-22increase linebuffer to deal with larger moduli; use rewind instead ofNiels Provos
close/open
2001-06-22Merge heimdal-0.3e -> heidmal-0.3fHans Insulander
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys).
2001-06-22block on msgbufMichael Shalayeff
2001-06-22switch from primes to moduliNiels Provos
2001-06-22unused variableArtur Grabowski
2001-06-22provide sysctl iface for msgbuf; raadtifiedMichael Shalayeff
2001-06-22Nicer printing of kmem buckets.Artur Grabowski