Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-07 | Xr to strlcpy and strlcat more; ok millert | Theo de Raadt | |
2003-04-07 | Change wd1 and wd2 from pointers to arrays. This removes the need | Todd 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-07 | add mfcpu() and kill get_psw/set_psw that should not be used from the .c code | Michael Shalayeff | |
2003-04-07 | remove dead stuff | Michael Shalayeff | |
2003-04-07 | enable 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-07 | do not limit the kmem to just the physmem | Michael Shalayeff | |
2003-04-07 | only 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-07 | properly recalculate spa-epa when it comes to per-page | Michael 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-07 | move out non-gsc devices from the gsc section | Michael Shalayeff | |
2003-04-07 | this makes wax interrupt | Michael Shalayeff | |
2003-04-07 | com1@wax | Michael Shalayeff | |
2003-04-07 | s/HP9000/HP 9000/; from weissmanndude | Michael Shalayeff | |
2003-04-07 | typos; | Jason McIntyre | |
2003-04-07 | some waxing; from weissmanndude | Michael Shalayeff | |
2003-04-07 | int -> ssize_t. | Mike Pechkin | |
+checked by regress. millert@, art@ ok. | |||
2003-04-07 | Catch and refuse rules with invalid ICMP types (> 40), ok cedric@ | Daniel Hartmeier | |
2003-04-07 | Catch and refuse invalid icmp codes (> 255). ok pb@, mpech@. | Daniel Hartmeier | |
2003-04-07 | typo: get correct counters; introduced during rekeying change. | Markus Friedl | |
2003-04-07 | Spring cleaning: remove unused code. | Niklas Hallqvist | |
2003-04-07 | Sync with sudo 1.6.7p3; fixes kerberos 5 compilation issues w/ MIT kerberos. | Todd C. Miller | |
2003-04-07 | strlcpy -- ok tedu@, deraadt@, millert@ | Thierry Deval | |
2003-04-07 | Make copy() take an extra suffix argument so we don't need to cat | Todd C. Miller | |
it on later. tdeval@ OK | |||
2003-04-06 | strlcpy; tedu ok | Theo de Raadt | |
2003-04-06 | strlcat; ok from various people | Theo de Raadt | |
2003-04-06 | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf | Theo de Raadt | |
reviewed by tdeval, millert, dhartmei and others. more bits coming here from some of them i think | |||
2003-04-06 | snprintf; ok millert | Theo de Raadt | |
he also suggested i use a strlcpy instead of the existing "%s" it used.. | |||
2003-04-06 | use snamesize and realloc properly. ok tdeval@ | Ted Unangst | |
2003-04-06 | kvm_iocache() is not used anymore. | Miod Vallat | |
2003-04-06 | IPL_FDSOFT not IPL_AUSOFT (in comments) | Miod Vallat | |
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie | |
ok krw@, matthieu@, deraadt@ | |||
2003-04-06 | I don't have enough spare time to maintain the mirror lists anymore (still | Miod Vallat | |
have an update coming soon, though), so point people to www@ from now on. | |||
2003-04-06 | no 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-06 | The return value for bounds_check_with_label() is not set in stone, and it | Miod 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-06 | Missed file in previous strncpy fixup for d_packname, d_typename fields. | Kenneth R Westerback | |
As in that commit, ok millert@. | |||
2003-04-06 | strlcpy | Theo de Raadt | |
2003-04-06 | The last commit incorporated an incomplete change of mine. | Todd C. Miller | |
2003-04-06 | strlcpy; ok millert | Theo de Raadt | |
2003-04-06 | string shit; ok millert | Theo de Raadt | |
2003-04-06 | Replace a strcpy and associated code with a snprintf whose return | Kenneth R Westerback | |
value is checked. Replace an unhelpful usage() with a relevant error message if the argument buffer overflows. ok millert@ | |||
2003-04-06 | strcat -> strlcat fix. ok tedu@, deraadt@ | Thierry Deval | |
2003-04-06 | Fix 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-06 | kill strcat | Alexander Yurchenko | |
ok mickey@ | |||
2003-04-06 | strcpy/strcat/sprintf cleanups; ok krw deraadt | Peter Valchev | |
2003-04-06 | kill another strcat; ok krw | Theo de Raadt | |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson | |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt | |
already, but he may have later changes to make still. | |||
2003-04-06 | use strlcat | Theo de Raadt | |
2003-04-06 | a strlcat | Theo de Raadt | |
2003-04-06 | very simple strlcat calls | Theo de Raadt | |
2003-04-06 | string fixes; ok millert krw | Theo de Raadt | |