summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-07Xr to strlcpy and strlcat more; ok millertTheo de Raadt
2003-04-07Change wd1 and wd2 from pointers to arrays. This removes the needTodd C. Miller
for getin() to have static buffers and allows us to do "sizeof wd1". Also fix saved game path. It was removing the first 2 chars of the filename due to a bug. tdeval@ OK
2003-04-07add mfcpu() and kill get_psw/set_psw that should not be used from the .c codeMichael Shalayeff
2003-04-07remove dead stuffMichael Shalayeff
2003-04-07enable viper touching again.Michael Shalayeff
change the bitfield struct into just a word and a bunch of defines and define the _BITS. only program those that revision is 0 since otherwise it seems to comatize the perhaps not so viper other ones (even on the same hpa).
2003-04-07do not limit the kmem to just the physmemMichael Shalayeff
2003-04-07only check for space mismatch when coming from user.Michael Shalayeff
the only case of user refering the kernel space is for the syscall and that never faults since always mapped. this fixes some random sig11 occurences.
2003-04-07properly recalculate spa-epa when it comes to per-pageMichael Shalayeff
mapping of the bus space (this fixes improper mappings of the devices such as sti when btlb is not usable). fix MALLOC/free mismatch. print the dmesg piece before bus mapping. map the whole rest of the io space after the mainbus hpa that includes local and global bcast space and that fixes the case where btlb is not available to map that.
2003-04-07move out non-gsc devices from the gsc sectionMichael Shalayeff
2003-04-07this makes wax interruptMichael Shalayeff
2003-04-07com1@waxMichael Shalayeff
2003-04-07s/HP9000/HP 9000/; from weissmanndudeMichael Shalayeff
2003-04-07typos;Jason McIntyre
2003-04-07some waxing; from weissmanndudeMichael Shalayeff
2003-04-07int -> ssize_t.Mike Pechkin
+checked by regress. millert@, art@ ok.
2003-04-07Catch and refuse rules with invalid ICMP types (> 40), ok cedric@Daniel Hartmeier
2003-04-07Catch and refuse invalid icmp codes (> 255). ok pb@, mpech@.Daniel Hartmeier
2003-04-07typo: get correct counters; introduced during rekeying change.Markus Friedl
2003-04-07Spring cleaning: remove unused code.Niklas Hallqvist
2003-04-07Sync with sudo 1.6.7p3; fixes kerberos 5 compilation issues w/ MIT kerberos.Todd C. Miller
2003-04-07strlcpy -- ok tedu@, deraadt@, millert@Thierry Deval
2003-04-07Make copy() take an extra suffix argument so we don't need to catTodd C. Miller
it on later. tdeval@ OK
2003-04-06strlcpy; tedu okTheo de Raadt
2003-04-06strlcat; ok from various peopleTheo de Raadt
2003-04-06more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfTheo de Raadt
reviewed by tdeval, millert, dhartmei and others. more bits coming here from some of them i think
2003-04-06snprintf; ok millertTheo de Raadt
he also suggested i use a strlcpy instead of the existing "%s" it used..
2003-04-06use snamesize and realloc properly. ok tdeval@Ted Unangst
2003-04-06kvm_iocache() is not used anymore.Miod Vallat
2003-04-06IPL_FDSOFT not IPL_AUSOFT (in comments)Miod Vallat
2003-04-06get rid of some strcpy/sprintf.Marc Espie
ok krw@, matthieu@, deraadt@
2003-04-06I don't have enough spare time to maintain the mirror lists anymore (stillMiod Vallat
have an update coming soon, though), so point people to www@ from now on.
2003-04-06no strcpy. no strcat. no sprintf. some from deraadt@Ted Unangst
prototype for malloc from stdlib.h, not our own wrong one (in each function!). use strdup, don't roll our own. this program is a real piece of work.
2003-04-06The return value for bounds_check_with_label() is not set in stone, and itMiod Vallat
turns out that some arches will return (-1) in case of error, while others will return (0). Until we make our minds on this, make sure that callers of this function properly handle 0 or (-1) as failure. ok krw@
2003-04-06Missed file in previous strncpy fixup for d_packname, d_typename fields.Kenneth R Westerback
As in that commit, ok millert@.
2003-04-06strlcpyTheo de Raadt
2003-04-06The last commit incorporated an incomplete change of mine.Todd C. Miller
2003-04-06strlcpy; ok millertTheo de Raadt
2003-04-06string shit; ok millertTheo de Raadt
2003-04-06Replace a strcpy and associated code with a snprintf whose returnKenneth R Westerback
value is checked. Replace an unhelpful usage() with a relevant error message if the argument buffer overflows. ok millert@
2003-04-06strcat -> strlcat fix. ok tedu@, deraadt@Thierry Deval
2003-04-06Fix a lot of issues in osiop.Kenneth R Westerback
In particular fix dma memory handling and as a result request sense processing. Much input/advice/testing from Mickey. ok mickey@
2003-04-06kill strcatAlexander Yurchenko
ok mickey@
2003-04-06strcpy/strcat/sprintf cleanups; ok krw deraadtPeter Valchev
2003-04-06kill another strcat; ok krwTheo de Raadt
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2003-04-06use strlcatTheo de Raadt
2003-04-06a strlcatTheo de Raadt
2003-04-06very simple strlcat callsTheo de Raadt
2003-04-06string fixes; ok millert krwTheo de Raadt