Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-19 | do not bindresv() udp socket, for clockdiff to work w/ our inetd; millert@ ok | Michael Shalayeff | |
2002-01-19 | We don't have <sys/map.h> any more; Tim Tickel | Todd C. Miller | |
2002-01-18 | From FreeBSD: sem_XXX implementation; manpages comming in a bit. | Federico G. Schwindt | |
2002-01-18 | Remove no longer applicable diagnostic messages | Jason Wright | |
2002-01-18 | Fix some zlib memory leaks, originally from Mark Adler | Todd C. Miller | |
2002-01-18 | Makers of ESCC2 is now Infineon (formerly Siemens) | Jason Wright | |
2002-01-18 | Add sab82532 | Jason Wright | |
2002-01-18 | o Remove some debugging prints (most of them wouldn't work anyway) | Jason Wright | |
o Add support for draining the XFIFO on last close o Debounce the break sequence by looking for the terminate side of the break instead of the detection side. o wrap the parameter setup in splhigh (lest we get caught with the chip powered down) | |||
2002-01-18 | clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from | Kevin Steves | |
allard@oceanpark.com; ok markus@ | |||
2002-01-18 | tab vs. spaces | Federico G. Schwindt | |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves | |
2002-01-18 | correct Ciphers default; paola.mannaro@ubs.com | Kevin Steves | |
2002-01-18 | - add et_EE | Brad Smith | |
- ru_SU -> ru_RU -- Ok'd by: heko@ | |||
2002-01-18 | Move CS_TIMEOUT decl | Jason Wright | |
2002-01-18 | When listing buffers, detect if the buffer name is too long to fit in the | Artur Grabowski | |
designated space and if it's too long, truncate it correctly and print a '$'-sign at the end of the name. Add support for selecting a buffer with ^M in the buffer list. | |||
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding | |
Idea borrowed from disklabel. i.e. Users can now type "print M" and be rewarded with partition sizes in Megs | |||
2002-01-18 | Remove the NROW and NCOL limits. The static arrays are now replaced with | Artur Grabowski | |
dynamically allocated memory. Code written by Vincent Labrecque <limitln@Psyfreaks.CA> with some minor tweaks by me. | |||
2002-01-18 | Add disklabel-style editing for size/offset values in | Kjell Wooding | |
the partition tables. These values may now contain units, such as "300k" "500M" or "2G". (sectors, bytes, and cylinders are also supported.) This should largely eliminate the need for a calculator when using fdisk on large disks. | |||
2002-01-18 | Do not truncate the cylinder value to 1023 until the MBR | Kjell Wooding | |
is actually written to disk. Cylinder values for disks >8G are instead "faked" from the LBA values in the partition table. These faked values are now displayed correctly after a save. | |||
2002-01-18 | Update. | Miod Vallat | |
2002-01-18 | Resource map code is not used anymore. Long live the extent code! | Miod Vallat | |
2002-01-18 | Replace resource maps with extents. | Miod Vallat | |
This one was tricky but the light came at 3am. | |||
2002-01-18 | Replace resource maps with extents. | Miod Vallat | |
This is completely untested due to lack of access to such hardware. cvs: ---------------------------------------------------------------------- | |||
2002-01-18 | print out the ctime of a mount when verbose; millert@ ok | Michael Shalayeff | |
2002-01-18 | record ctime for the mountpoint, mount time or last mount update; art@ ok | Michael Shalayeff | |
2002-01-18 | while im here, move the ifndef _SCHED_H_ after the copyright message. | Federico G. Schwindt | |
2002-01-18 | From FreeBSD: header for POSIX 1003.1b semaphores. | Federico G. Schwindt | |
2002-01-17 | add pcap_inject back into the header file | Eric Jackson | |
2002-01-17 | when alloc'ing the ready queue, make it big enough. | Federico G. Schwindt | |
2002-01-17 | Support for sab serial ports has been added, list the entries. | Dale Rahn | |
ok jason@ | |||
2002-01-17 | evil, annoying spaces and tabs | Michael Shalayeff | |
2002-01-17 | Enable the sab82532 driver (serial console for u5/u10/u30, etc). | Jason Wright | |
2002-01-17 | Better handling of transitions between our mode and what the prom wants. | Jason Wright | |
2002-01-17 | add polled input handling and remove dead code | Jason Wright | |
Also add support for Break->DDB handling on console [Works in ddb including going back and forth to the PROM, but locks up after printing the 'swap on ...' line] | |||
2002-01-17 | update to sudo 1.6.5p1, sigh | Todd C. Miller | |
2002-01-17 | Allow nested interrupts on the mac interrupt controllers, previously | Dale Rahn | |
the external interrupt was never enabled during interrupt handling. | |||
2002-01-17 | Typo, from Måns Nilsson <mansaxel@sunet.se> | Marc Espie | |
2002-01-17 | Sync SYNOPSIS w/ usage(); Brian Poole | Todd C. Miller | |
2002-01-17 | regress for ssh-keygen | Markus Friedl | |
2002-01-17 | Add console handling (output works, input needs more work) | Jason Wright | |
[Very close to being able to enable 'se' in GENERIC...] | |||
2002-01-17 | reject SIZE request for ascii mode if file is larger than 10k. | Jun-ichiro itojun Hagino | |
2002-01-17 | I'm a tree breaker... sorry... don't include "kbd.h" | Jason Wright | |
2002-01-17 | remove duplicated Id tag; spotted by miod@. | Federico G. Schwindt | |
2002-01-17 | casts to silence enum type warnings for bugzilla bug 37; ok markus@ | Kevin Steves | |
2002-01-17 | Update. | Miod Vallat | |
2002-01-17 | Replace resource maps with extents. | Miod Vallat | |
2002-01-17 | missed one | Todd C. Miller | |
2002-01-17 | update to sudo 1.6.5 | Todd C. Miller | |
2002-01-16 | Replace resource maps with extents. 3 files left to go... | Miod Vallat | |
2002-01-16 | use queue.h macro's | Eric Jackson | |
remove register |