summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-18Do not define astpending twice, once non-volatile and one volatile.Dale Rahn
2002-10-18media support; slightly modified from FreeBSD.Federico G. Schwindt
2002-10-18correct prefixlen handling (-prefixlen 32 will make it a host route)Jun-ichiro itojun Hagino
2002-10-17Overhaul of boot_`arch`(8) manual pages (unfinished).Miod Vallat
2002-10-17ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement afte...Artur Grabowski
2002-10-17 - name in uvm_tree_sanity must be const.Artur Grabowski
2002-10-17When augmenting the nodes in RB_ROTATE_{RIGHT,LEFT} make sure that theArtur Grabowski
2002-10-17Make prefixlen check to make sure its argument is present before deref; mille...Jason Wright
2002-10-17use shadows on fpu cxsw (and fix arg0 trashing), do not restore shadowed regs...Michael Shalayeff
2002-10-17renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ...Michael Shalayeff
2002-10-17missing defines for syscalls and a better formatting in usageMichael Shalayeff
2002-10-17define CDIOREADTOCENTRYS CDIOREADTOCENTRIES, not as a duplicate _IOWR(); dera...Michael Shalayeff
2002-10-17knfTheo de Raadt
2002-10-17sync with gcc version, fixes bug in sftp where it had a 64 bit parameterDale Rahn
2002-10-17Add support for printing the AUDIO_* ioctls, too.Jason Wright
2002-10-17Bigendian support for fxp, work from pefo with cleanups, ok art@ and others.Dale Rahn
2002-10-17sync usage().Brad Smith
2002-10-17These checks are also made in nat_consistent() and rdr_consistent().Ryan Thomas McBride
2002-10-17- accept all protocols that are specified by number if they are inCamiel Dobbelaar
2002-10-17Style nits and missing free(), from david@phobia.msDaniel Hartmeier
2002-10-17little cleanup (intercept_getpid dies within the function on error).Jun-ichiro itojun Hagino
2002-10-17syncTheo de Raadt
2002-10-17Correct io space config after last patch. allows fxp to workDale Rahn
2002-10-17convert to use vm_page_md instead of pmap_physseg, make code smaller and simp...Michael Shalayeff
2002-10-17do not differentiate manually configured address from autoconfigured onesJun-ichiro itojun Hagino
2002-10-16minor formatting.Artur Grabowski
2002-10-16- don't use the function enclosure macros.Wilbern Cobb
2002-10-16repeatititionMichael Shalayeff
2002-10-16add both the v100 and v120Jason Wright
2002-10-16Replace "if (value != NULL && value == as->FOO)" with justTodd C. Miller
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16Slight KNF and return -1 on no match, not EOFTodd C. Miller
2002-10-16Xr ccd for kicksTheo de Raadt
2002-10-16Fix comment typos; most from NetBSD and FreeBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-10-16smoke; ok mickey@Markus Friedl
2002-10-16Implement isfdtype(3) as per the POSIX.1g draft; requested by David HillTodd C. Miller
2002-10-16Sync date parsing code with that in date(1) (which is obviously what pax'sTodd C. Miller
2002-10-16syncTodd T. Fries
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
2002-10-16when using this file, label and ilabel set the term 'title' and icon labels.Todd T. Fries
2002-10-16License from niels.Artur Grabowski
2002-10-16support for privilege elevation.Jun-ichiro itojun Hagino
2002-10-16translation for socket system callJun-ichiro itojun Hagino
2002-10-16correctly evaluate group predicates.Jun-ichiro itojun Hagino
2002-10-1664bit pedant. %llu is "unsigned long long". markus okJun-ichiro itojun Hagino
2002-10-16scp doesn't need misc.c. markus okJun-ichiro itojun Hagino
2002-10-16Check parameters range. Alexander Yurchenko <grange@rt.mipt.ru>Grigoriy Orlov
2002-10-16Fix and improve binat mask comparison.Mike Pechkin
2002-10-16Remove the setuid bit from /usr/bin/login. If login is run by a userTodd C. Miller